Skip to content

Commit

Permalink
Merge pull request #193 from opencog/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
linas committed Jun 17, 2024
2 parents 568cd02 + a7bc1e0 commit bb83dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

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

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

- name: Build and push to docker hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: opencog/${{ github.job }}
tags: ${{ secrets.DOCKER_NAMESPACE }}/${{ github.job }}:latest
Expand All @@ -108,7 +108,7 @@ jobs:
# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
#
# - name: Build and push to docker hub
# uses: docker/build-push-action@v5
# uses: docker/build-push-action@v6
# with:
# XXX wrong context, fixme.
# context: archive/${{ github.job }}
Expand Down

0 comments on commit bb83dce

Please sign in to comment.