Skip to content

Commit d85e4b2

Browse files
committed
Update workflow actions
1 parent 7944d8a commit d85e4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v1
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v1
25+
uses: docker/setup-buildx-action@v3
2626

2727
- name: Set tag for docker image
2828
run: |
@@ -37,7 +37,7 @@ jobs:
3737
run: echo ${{ env.tag_name }}
3838

3939
- name: Build and push
40-
uses: docker/build-push-action@v2
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: ./
4343
file: ./Dockerfile

0 commit comments

Comments
 (0)