Skip to content

Commit 77cffce

Browse files
authored
Merge pull request #198 from opencog/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents c3b1e72 + 9175789 commit 77cffce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-images.yml

Lines changed: 5 additions & 5 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@v6
40+
uses: docker/build-push-action@v7
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@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: opencog/${{ github.job }}
6767
tags: ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
@@ -97,7 +97,7 @@ jobs:
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

Comments
 (0)