We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a3569 commit a965d66Copy full SHA for a965d66
.github/workflows/build-and-publish-image.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
push: true
41
tags: ${{ steps.docker_meta.outputs.tags }}
42
- file: ${{context}}/Dockerfile
+ file: ./Dockerfile
43
labels: ${{ steps.docker_meta.outputs.labels }}
44
cache-from: type=local,src=/tmp/.buildx-cache
45
cache-to: type=local,dest=/tmp/.buildx-cache-new
@@ -49,7 +49,7 @@ jobs:
49
50
51
tags: ${{ steps.docker_meta.outputs.tags }}-nl
52
53
target: NL
54
55
0 commit comments