We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec60414 commit a338f54Copy full SHA for a338f54
2 files changed
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
core.setOutput("tags", tags);
112
113
- name: Push Docker image
114
- uses: docker/build-push-action@v6.18.0
+ uses: docker/build-push-action@v6.19.2
115
id: docker_build_and_push
116
env:
117
DOCKER_BUILD_CHECKS_ANNOTATIONS: "false"
.github/workflows/release-pipeline.yml
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.DOCKERHUB_TOKEN }}
55
56
57
58
59
60
0 commit comments