Skip to content

Commit

Permalink
ci/cd: fix github workflow for "minimal" image
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Jul 1, 2021
1 parent 30c562b commit b686a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
dockerfile: Dockerfile-minimal
file: Dockerfile-minimal
tags: |
ghcr.io/${{ github.repository }}-minimal:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}-minimal:latest

0 comments on commit b686a48

Please sign in to comment.