We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e2178 + 067c785 commit 8e754a8Copy full SHA for 8e754a8
1 file changed
.github/workflows/docker-push.yml
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Build and push Docker images (Docker)
137
if: ${{ steps.build_check.outputs.build == 'true' }}
138
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
139
with:
140
push: true
141
context: .
@@ -148,7 +148,7 @@ jobs:
148
149
- name: Build and push Docker images (GHCR)
150
151
152
153
154
0 commit comments