1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

Optimize docker image (#1160)

* Updated workflow to checkout

* Added kindlegen ln -s instruction
This commit is contained in:
José Cerezo
2025-11-12 12:45:49 -05:00
committed by GitHub
parent 2394aa3747
commit 3a3ee15cba
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ jobs:
build_and_publish_base_image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
@@ -54,6 +57,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
push: true
tags: |
${{ steps.meta.outputs.tags }}