Skip to content

Commit 727efce

Browse files
authored
Merge pull request #416 from SwedbankPay/dependabot/github_actions/whoan/docker-build-with-cache-action-7.0.1
Bump whoan/docker-build-with-cache-action from 7.0.0 to 7.0.1
2 parents 1007600 + 8f19c94 commit 727efce

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/[email protected].0
60+
uses: whoan/[email protected].1
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/[email protected].0
74+
uses: whoan/[email protected].1
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/[email protected].0
74+
uses: whoan/[email protected].1
7575
with:
7676
username: ${{ github.repository_owner }}
7777
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)