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 37
37
password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
38
38
39
39
- name : Build and push opencog-deps to docker hub
40
- uses : docker/build-push-action@v5
40
+ uses : docker/build-push-action@v6
41
41
with :
42
42
context : opencog/base
43
43
tags : ${{ secrets.DOCKER_NAMESPACE }}/opencog-deps:latest
61
61
password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
62
62
63
63
- name : Build and push to docker hub
64
- uses : docker/build-push-action@v5
64
+ uses : docker/build-push-action@v6
65
65
with :
66
66
context : opencog/${{ github.job }}
67
67
tags : ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
84
84
password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
85
85
86
86
- name : Build and push to docker hub
87
- uses : docker/build-push-action@v5
87
+ uses : docker/build-push-action@v6
88
88
with :
89
89
context : opencog/${{ github.job }}
90
90
tags : ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -108,7 +108,7 @@ jobs:
108
108
# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
109
109
#
110
110
# - name: Build and push to docker hub
111
- # uses: docker/build-push-action@v5
111
+ # uses: docker/build-push-action@v6
112
112
# with:
113
113
# XXX wrong context, fixme.
114
114
# context: archive/${{ github.job }}
You can’t perform that action at this time.
0 commit comments