3737 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
3838
3939 - name : Build and push opencog-deps to docker hub
40- uses : docker/build-push-action@v6
40+ uses : docker/build-push-action@v7
4141 with :
4242 context : opencog/base
4343 tags : ${{ secrets.DOCKER_NAMESPACE }}/opencog-deps:latest
6161 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
6262
6363 - name : Build and push to docker hub
64- uses : docker/build-push-action@v6
64+ uses : docker/build-push-action@v7
6565 with :
6666 context : opencog/${{ github.job }}
6767 tags : ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
9797 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
9898
9999 - name : Build and push to docker hub
100- uses : docker/build-push-action@v6
100+ uses : docker/build-push-action@v7
101101 with :
102102 context : opencog/${{ github.job }}
103103 tags : ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -120,7 +120,7 @@ jobs:
120120 password : ${{ secrets.DOCKER_ACCESS_TOKEN }}
121121
122122 - name : Build and push to docker hub
123- uses : docker/build-push-action@v6
123+ uses : docker/build-push-action@v7
124124 with :
125125 context : opencog/${{ github.job }}
126126 tags : ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -144,7 +144,7 @@ jobs:
144144# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
145145#
146146# - name: Build and push to docker hub
147- # uses: docker/build-push-action@v6
147+ # uses: docker/build-push-action@v7
148148# with:
149149# XXX wrong context, fixme.
150150# context: archive/${{ github.job }}
0 commit comments