Skip to content

Commit

Permalink
Merge pull request #490 from mlibrary/dependabot/github_actions/group…
Browse files Browse the repository at this point in the history
…-all-github-actions-updates-bf940bc907

Monthly action updates: Bump docker/build-push-action from 5 to 6 in the group-all-github-actions-updates group
  • Loading branch information
erinesullivan authored Oct 11, 2024
2 parents b938bd1 + a7dd37b commit 79ca3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: bertrama/search:${{ steps.tag.outputs.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build container image and push to DockerHub
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: 'bertrama/search-unstable:${{ github.sha }},bertrama/search-unstable:latest'
Expand Down

0 comments on commit 79ca3ba

Please sign in to comment.