Skip to content

Commit

Permalink
Update build.yml (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
avrodriguezgrad authored Feb 13, 2025
1 parent cf0acff commit cf9fc33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: files
Expand All @@ -38,7 +38,7 @@ jobs:
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get Image Info
Expand All @@ -50,13 +50,13 @@ jobs:
echo "image=${{ matrix.image }}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3.4.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.9.0
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6.13.0
with:
context: ./images/${{ steps.image-info.outputs.image }}/
push: false
Expand Down

0 comments on commit cf9fc33

Please sign in to comment.