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 41
41
username : ${{ secrets.DOCKERHUB_USERNAME }}
42
42
password : ${{ secrets.DOCKERHUB_TOKEN }}
43
43
- name : Build and push
44
- uses : docker/build-push-action@v5
44
+ uses : docker/build-push-action@v6
45
45
with :
46
46
push : true
47
47
tags : informaticsmatters/squonk2-data-manager-ui:latest
Original file line number Diff line number Diff line change 40
40
username : ${{ secrets.DOCKERHUB_USERNAME }}
41
41
password : ${{ secrets.DOCKERHUB_TOKEN }}
42
42
- name : Build and push
43
- uses : docker/build-push-action@v5
43
+ uses : docker/build-push-action@v6
44
44
with :
45
45
build-args : |
46
46
GIT_SHA=${{ github.sha }}
Original file line number Diff line number Diff line change 36
36
username : ${{ secrets.DOCKERHUB_USERNAME }}
37
37
password : ${{ secrets.DOCKERHUB_TOKEN }}
38
38
- name : Build and push
39
- uses : docker/build-push-action@v5
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
build-args : |
42
42
GIT_SHA=${{ github.sha }}
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Build
28
- uses : docker/build-push-action@v5
28
+ uses : docker/build-push-action@v6
29
29
with :
30
30
build-args : |
31
31
GIT_SHA=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments