Skip to content

Commit 665c584

Browse files
Update docker.yml
1 parent 2a4d96b commit 665c584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
IMAGE: xanonymous/hey-ptt
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up QEMU
18-
uses: docker/setup-qemu-action@v2
18+
uses: docker/setup-qemu-action@v3
1919

2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v2
21+
uses: docker/setup-buildx-action@v3
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828

2929
- name: Build and push
3030
id: docker_build
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: .
3434
push: true

0 commit comments

Comments
 (0)