We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594a62d commit 50d38c3Copy full SHA for 50d38c3
.github/workflows/push.yml
@@ -11,13 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Set up QEMU
17
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
18
19
- name: Set up Docker Buildx
20
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
21
22
- name: Login to DockerHub
23
if: github.event_name != 'pull_request'
@@ -54,4 +54,4 @@ jobs:
54
env:
55
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
56
with:
57
- args: slack jeanlaurent/whale pushed to hub via github actions from ${{GitHub.ref}}
+ args: slack jeanlaurent/whale pushed to hub via github actions from ${{GitHub.ref}}
0 commit comments