Skip to content

Commit

Permalink
fix: Docker workflow dependencies were not met (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Apr 10, 2024
1 parent a1749c5 commit f5120f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ jobs:
tags: ${{ env.TAG_CONFIG }}

- name: Build and push Docker image
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: .
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}

- name: Export digest
id: digest
Expand Down

0 comments on commit f5120f3

Please sign in to comment.