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 82420d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-avocados-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dabba": patch
---

Fix build image workflow
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 82420d1

Please sign in to comment.