We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ee419 commit 2f13a5eCopy full SHA for 2f13a5e
.github/workflows/dockerhub.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Build and push the Alpine based image
92
if: ${{ matrix.base == 'alpine' }}
93
id: docker_build_alpine
94
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
95
with:
96
context: .
97
build-args: DOCKER_GEN_VERSION=${{ env.GIT_DESCRIBE }}
@@ -103,7 +103,7 @@ jobs:
103
- name: Build and push the Debian based image
104
if: ${{ matrix.base == 'debian' }}
105
id: docker_build_debian
106
107
108
109
0 commit comments