Skip to content

Commit 1b571bf

Browse files
committed
update version docke action
1 parent ddee7ff commit 1b571bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@v2.2.0
25+
uses: docker/login-action@v2
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}
2929

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@4.6.0
32+
uses: docker/metadata-action@v4
3333
with:
3434
images: inraep2m2/service-p2m2tools-api
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@4.1.1
37+
uses: docker/build-push-action@v4
3838
with:
3939
context: .
4040
file: ./Dockerfile

0 commit comments

Comments
 (0)