Skip to content

Commit bb83dce

Browse files
authored
Merge pull request #193 from opencog/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 568cd02 + a7bc1e0 commit bb83dce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
3838

3939
- name: Build and push opencog-deps to docker hub
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: opencog/base
4343
tags: ${{ secrets.DOCKER_NAMESPACE }}/opencog-deps:latest
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
6262

6363
- name: Build and push to docker hub
64-
uses: docker/build-push-action@v5
64+
uses: docker/build-push-action@v6
6565
with:
6666
context: opencog/${{ github.job }}
6767
tags: ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
8585

8686
- name: Build and push to docker hub
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
context: opencog/${{ github.job }}
9090
tags: ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -108,7 +108,7 @@ jobs:
108108
# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
109109
#
110110
# - name: Build and push to docker hub
111-
# uses: docker/build-push-action@v5
111+
# uses: docker/build-push-action@v6
112112
# with:
113113
# XXX wrong context, fixme.
114114
# context: archive/${{ github.job }}

0 commit comments

Comments
 (0)