File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments