Skip to content

Commit

Permalink
Bump whoan/docker-build-with-cache-action from 8.0.0 to 8.0.2
Browse files Browse the repository at this point in the history
Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 8.0.0 to 8.0.2.
- [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases)
- [Commits](whoan/docker-build-with-cache-action@v8.0.0...v8.0.2)

---
updated-dependencies:
- dependency-name: whoan/docker-build-with-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent fe58205 commit ea862c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Publish unstable Docker image to GitHub Package Registry
if: startsWith(github.ref, 'refs/tags/') != true
uses: whoan/[email protected].0
uses: whoan/[email protected].2
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Publish stable Docker image to Docker Hub
if: startsWith(github.ref, 'refs/tags/')
uses: whoan/[email protected].0
uses: whoan/[email protected].2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: "${{ secrets.DOCKERHUB_PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build Docker Image
uses: whoan/[email protected].0
uses: whoan/[email protected].2
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ea862c1

Please sign in to comment.