Skip to content

Commit

Permalink
Fix publish image github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabdou14 committed Oct 22, 2023
1 parent 38ee465 commit d005478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: ./docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d005478

Please sign in to comment.