Skip to content

Commit 2023e8c

Browse files
authored
Merge pull request #20 from snickerjp/workflow
Update Workflow
2 parents e739ad3 + d22ca7d commit 2023e8c

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
@@ -19,22 +19,22 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

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

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@v4.4.0
32+
uses: docker/metadata-action@v5
3333
with:
3434
images: snickerjp/docker-mysql-shell
3535

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

0 commit comments

Comments
 (0)