Skip to content

Commit

Permalink
Merge pull request #129 from BCDevOps/dependabot/github_actions/all-a…
Browse files Browse the repository at this point in the history
…ctions-bf940bc907

Bump docker/build-push-action from 5 to 6 in the all-actions group
  • Loading branch information
WadeBarnes authored Jun 24, 2024
2 parents 2e791af + 9066fbf commit 10fc51c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bc-mariadb-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile_MariaDB
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bc-mongo-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile_Mongo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bc-mssql-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile_MSSQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bc-postgres-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile
Expand Down

0 comments on commit 10fc51c

Please sign in to comment.