Skip to content

Commit

Permalink
Merge pull request #417 from SwedbankPay/dependabot/github_actions/wh…
Browse files Browse the repository at this point in the history
…oan/docker-build-with-cache-action-8.0.0

Bump whoan/docker-build-with-cache-action from 7.0.1 to 8.0.0
  • Loading branch information
mergify[bot] authored Oct 24, 2023
2 parents 727efce + 3dcf108 commit fe58205
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/docker-build-with-cache-action@v7.0.1
uses: whoan/docker-build-with-cache-action@v8.0.0
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/docker-build-with-cache-action@v7.0.1
uses: whoan/docker-build-with-cache-action@v8.0.0
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/docker-build-with-cache-action@v7.0.1
uses: whoan/docker-build-with-cache-action@v8.0.0
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fe58205

Please sign in to comment.