Skip to content

Commit 587fbd1

Browse files
committed
Update workflow actions
1 parent 7944d8a commit 587fbd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ 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
19-
uses: docker/login-action@v1
19+
uses: docker/login-action@v3
2020
with:
2121
username: ${{ secrets.DOCKER_HUB_USERNAME }}
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)