We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03655b commit 6053b1eCopy full SHA for 6053b1e
.github/workflows/container_build.yml
@@ -51,7 +51,7 @@ jobs:
51
# files found in the root of the Git checkout. If the build succeeds,
52
# the image is pushed to the registry indicated by the tags.
53
- name: Build and push Docker image
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
with:
56
context: .
57
file: Dockerfile
0 commit comments