Skip to content

Commit

Permalink
ci: fix build image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Trugamr committed Jan 19, 2024
1 parent a69cf16 commit fbf8c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
pull: true
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit fbf8c02

Please sign in to comment.