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 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Login to Docker registry
1515 uses : docker/login-action@v3
1616 with :
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/ttuwiki-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend:latest' || '' }}
4646 working-directory : ./ttuwikifiles
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 - name : Login to Docker registry
5151 uses : docker/login-action@v3
5252 with :
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 : ./ttuwikifiles
6161 push : true
You can’t perform that action at this time.
0 commit comments