Skip to content

Commit 9402122

Browse files
authored
Merge pull request #333 from solidnerd/dependabot/github_actions/docker/build-push-action-3
chore(deps): bump docker/build-push-action from 2 to 3
2 parents 1d385ab + 6015262 commit 9402122

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build Image
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile
@@ -94,7 +94,7 @@ jobs:
9494
username: ${{ github.repository_owner }}
9595
password: ${{ secrets.CR_PAT }}
9696
- name: Build and Push
97-
uses: docker/build-push-action@v2
97+
uses: docker/build-push-action@v3
9898
with:
9999
context: .
100100
file: ./Dockerfile

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build and push Dev
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build and push Dev
23-
uses: docker/build-push-action@v2
23+
uses: docker/build-push-action@v3
2424
with:
2525
context: .
2626
file: ./Dockerfile
@@ -92,7 +92,7 @@ jobs:
9292
username: ${{ github.repository_owner }}
9393
password: ${{ secrets.CR_PAT }}
9494
- name: Build and Push master
95-
uses: docker/build-push-action@v2
95+
uses: docker/build-push-action@v3
9696
with:
9797
context: .
9898
file: ./Dockerfile

0 commit comments

Comments
 (0)