File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- tags :
8- - ' *'
97
108env :
119 DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
@@ -17,17 +15,17 @@ jobs:
1715 runs-on : ubuntu-latest
1816 steps :
1917 - name : Checkout
20- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
2119 - name : Set up Docker Buildx
22- uses : docker/setup-buildx-action@v2
20+ uses : docker/setup-buildx-action@v3
2321 - name : Log in to Docker Hub
24- uses : docker/login-action@v2
22+ uses : docker/login-action@v3
2523 with :
2624 username : ${{ secrets.DOCKER_USERNAME }}
2725 password : ${{ secrets.DOCKER_PASSWORD }}
28- - name : Build and Push Image
26+ - name : Build and push
2927 id : docker_build
30- uses : docker/build-push-action@v4
28+ uses : docker/build-push-action@v5
3129 with :
3230 context : .
3331 push : true
You can’t perform that action at this time.
0 commit comments