We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7dd83 commit 1d8e1a2Copy full SHA for 1d8e1a2
.github/workflows/docker_publish.yml
@@ -93,7 +93,7 @@ jobs:
93
org.opencontainers.image.licenses=MIT
94
- name: Build and Push Docker image
95
id: push
96
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
+ uses: docker/build-push-action@b16f42f92abaeb7610fd7fc99ab230d13e79e275
97
with:
98
context: ${{ github.workspace }}/${{ matrix.changed_dir }}
99
file: ${{ github.workspace }}/${{ matrix.changed_dir }}/Dockerfile
0 commit comments