Skip to content

Commit 954a962

Browse files
committed
chore(ci): added Dockerfile reference to publish workflow
1 parent fac4600 commit 954a962

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: docker/build-push-action@v5
7979
with:
8080
context: .
81+
file: docker/Dockerfile
8182
platforms: linux/amd64,linux/arm64
8283
push: ${{ github.event_name != 'pull_request' }}
8384
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)