We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02035d commit f58ceb0Copy full SHA for f58ceb0
.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@5e99dacf67635c4f273e532b9266ddb609b3025a
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
97
with:
98
context: ${{ github.workspace }}/${{ matrix.changed_dir }}
99
file: ${{ github.workspace }}/${{ matrix.changed_dir }}/Dockerfile
0 commit comments