Skip to content

Commit

Permalink
Update image build action
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Jul 29, 2024
1 parent 6f4c5b5 commit 663d037
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
release-tag: latest

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare
run: |
platform=${{ matrix.platform }}
Expand Down Expand Up @@ -61,6 +65,7 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 663d037

Please sign in to comment.