Skip to content

Commit fe58205

Browse files
authored
Merge pull request #417 from SwedbankPay/dependabot/github_actions/whoan/docker-build-with-cache-action-8.0.0
Bump whoan/docker-build-with-cache-action from 7.0.1 to 8.0.0
2 parents 727efce + 3dcf108 commit fe58205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Publish unstable Docker image to GitHub Package Registry
5959
if: startsWith(github.ref, 'refs/tags/') != true
60-
uses: whoan/docker-build-with-cache-action@v7.0.1
60+
uses: whoan/docker-build-with-cache-action@v8.0.0
6161
with:
6262
username: ${{ github.repository_owner }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Publish stable Docker image to Docker Hub
7373
if: startsWith(github.ref, 'refs/tags/')
74-
uses: whoan/docker-build-with-cache-action@v7.0.1
74+
uses: whoan/docker-build-with-cache-action@v8.0.0
7575
with:
7676
username: ${{ secrets.DOCKERHUB_USERNAME }}
7777
password: "${{ secrets.DOCKERHUB_PASSWORD }}"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
ref: ${{ github.event.pull_request.head.sha }}
7373
- name: Build Docker Image
74-
uses: whoan/docker-build-with-cache-action@v7.0.1
74+
uses: whoan/docker-build-with-cache-action@v8.0.0
7575
with:
7676
username: ${{ github.repository_owner }}
7777
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)