Skip to content

Commit

Permalink
Bump mr-smithers-excellent/docker-build-push from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [mr-smithers-excellent/docker-build-push](https://github.com/mr-smithers-excellent/docker-build-push) from 5 to 6.
- [Release notes](https://github.com/mr-smithers-excellent/docker-build-push/releases)
- [Commits](mr-smithers-excellent/docker-build-push@v5...v6)

---
updated-dependencies:
- dependency-name: mr-smithers-excellent/docker-build-push
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored and ShaneMcC committed Mar 7, 2023
1 parent ec18b50 commit dba29ae
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Build and Deploy to Docker Hub
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: shanemcc/docker-omsa
tags: latest
@@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and Deploy to GHCR
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: docker-omsa
tags: latest
@@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Deploy to registry
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: public/docker-omsa
tags: latest
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Build
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: shanemcc/docker-omsa
tags: latest
2 changes: 1 addition & 1 deletion .github/workflows/updateDockerfile.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:

- name: Build Docker Image
if: steps.check-for-updates.outputs.changes_detected == 'true'
uses: mr-smithers-excellent/docker-build-push@v5
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: shanemcc/docker-omsa
tags: latest

0 comments on commit dba29ae

Please sign in to comment.