Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9402122

Browse filesBrowse files
authored
Merge pull request solidnerd#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
Copy full SHA for 9402122

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed

‎.github/workflows/master.yml

Copy file name to clipboardExpand all lines: .github/workflows/master.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.