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 eee0389 commit 4a48262Copy full SHA for 4a48262
.github/workflows/docker_dev.yml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
37
-
38
name: Build and push
39
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
40
with:
41
context: .
42
push: true
.github/workflows/release.yml
@@ -148,7 +148,7 @@ jobs:
148
149
- if: ${{ matrix.config.os == 'ubuntu-latest' }}
150
151
152
153
154
0 commit comments