We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ac16d commit e8a7308Copy full SHA for e8a7308
.github/workflows/docker-build.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.DOCKER_PASSWORD }}
35
36
- name: Build (and Push) image
37
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
38
with:
39
#build-args: |
40
# UBUNTU_VERSION=${{ matrix.ubuntu }}
0 commit comments