Skip to content

Commit 79967a3

Browse files
committed
update actions on release workflow
1 parent 5789b1a commit 79967a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Login to Docker Hub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USER }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727
with:
2828
driver: docker-container
2929
driver-opts: |
3030
image=moby/buildkit:master
3131
network=host
3232
3333
- name: Build and push
34-
uses: docker/build-push-action@v2
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: ./
3737
file: ./Dockerfile

0 commit comments

Comments
 (0)