File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 username : ${{ secrets.DOCKERHUB_USERNAME }}
4242 password : ${{ secrets.DOCKERHUB_TOKEN }}
4343 - name : Build and push
44- uses : docker/build-push-action@v5
44+ uses : docker/build-push-action@v6
4545 with :
4646 push : true
4747 tags : informaticsmatters/squonk2-data-manager-ui:latest
Original file line number Diff line number Diff line change 4040 username : ${{ secrets.DOCKERHUB_USERNAME }}
4141 password : ${{ secrets.DOCKERHUB_TOKEN }}
4242 - name : Build and push
43- uses : docker/build-push-action@v5
43+ uses : docker/build-push-action@v6
4444 with :
4545 build-args : |
4646 GIT_SHA=${{ github.sha }}
Original file line number Diff line number Diff line change 3636 username : ${{ secrets.DOCKERHUB_USERNAME }}
3737 password : ${{ secrets.DOCKERHUB_TOKEN }}
3838 - name : Build and push
39- uses : docker/build-push-action@v5
39+ uses : docker/build-push-action@v6
4040 with :
4141 build-args : |
4242 GIT_SHA=${{ github.sha }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Build
28- uses : docker/build-push-action@v5
28+ uses : docker/build-push-action@v6
2929 with :
3030 build-args : |
3131 GIT_SHA=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments