File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 - name : Login to Docker registry
15- uses : docker/login-action@v3
15+ uses : docker/login-action@v4
1616 with :
1717 registry : postmodern.alexdaniel.org
1818 username : ' progarm'
1919 password : ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
2020 - name : Build and push
2121 id : docker_build
22- uses : docker/build-push-action@v5
22+ uses : docker/build-push-action@v6
2323 with :
2424 push : true
2525 tags : postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }}
@@ -46,16 +46,16 @@ jobs:
4646 working-directory : ./progarmfiles
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 - name : Login to Docker registry
51- uses : docker/login-action@v3
51+ uses : docker/login-action@v4
5252 with :
5353 registry : postmodern.alexdaniel.org
5454 username : ' progarm'
5555 password : ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
5656 - name : Build and push
5757 id : docker_build
58- uses : docker/build-push-action@v5
58+ uses : docker/build-push-action@v6
5959 with :
6060 context : ./progarmfiles
6161 push : true
You can’t perform that action at this time.
0 commit comments