Skip to content

Commit 337461d

Browse files
author
Jurie Germishuys
committed
Update action version
1 parent 18718e0 commit 337461d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-to-dockerhub.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# steps to perform in job
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
submodules: true
2323

2424
# setup Docker buld action
2525
- name: Set up Docker Buildx
2626
id: buildx
27-
uses: docker/setup-buildx-action@v1
27+
uses: docker/setup-buildx-action@v2
2828

2929
- name: Login to DockerHub
3030
uses: docker/login-action@v2
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.DOCKERHUB_TOKEN }}
3434

3535
- name: Build image and push to Docker Hub and GitHub Container Registry
36-
uses: docker/build-push-action@v2
36+
uses: docker/build-push-action@v3
3737
with:
3838
# relative path to the place where source code with Dockerfile is located
3939
context: .

0 commit comments

Comments
 (0)