Skip to content

Commit a965d66

Browse files
authored
Update build-and-publish-image.yml
1 parent c9a3569 commit a965d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
push: true
4141
tags: ${{ steps.docker_meta.outputs.tags }}
42-
file: ${{context}}/Dockerfile
42+
file: ./Dockerfile
4343
labels: ${{ steps.docker_meta.outputs.labels }}
4444
cache-from: type=local,src=/tmp/.buildx-cache
4545
cache-to: type=local,dest=/tmp/.buildx-cache-new
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
push: true
5151
tags: ${{ steps.docker_meta.outputs.tags }}-nl
52-
file: ${{context}}/Dockerfile
52+
file: ./Dockerfile
5353
target: NL
5454
labels: ${{ steps.docker_meta.outputs.labels }}
5555
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)