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 304e773 commit 27d2709Copy full SHA for 27d2709
.github/workflows/docker.yaml
@@ -25,7 +25,7 @@ jobs:
25
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
26
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
30
- name: prepare
31
id: prep
@@ -64,7 +64,7 @@ jobs:
64
./bin/push.sh
65
66
- name: docker-hub-description
67
- uses: peter-evans/dockerhub-description@v3
+ uses: peter-evans/dockerhub-description@v4
68
with:
69
username: ${{ secrets.DOCKERHUB_USERNAME }}
70
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments