Skip to content

Commit

Permalink
fix docker build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Oct 29, 2024
1 parent 21d61c6 commit f01c90d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_REPO }}
tags: |
latest=true
type=sha
- name: Build and Push
uses: docker/build-push-action@v6
with:
context: .
file: ${{ env.DOCKER_FILE }}
tags: |
latest=true
type=sha
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f01c90d

Please sign in to comment.