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 79569a1

Browse filesBrowse files
authored
Merge pull request solidnerd#375 from solidnerd/dependabot/github_actions/docker/build-push-action-4
chore(deps): bump docker/build-push-action from 3 to 4
2 parents 359f17b + 62976b8 commit 79569a1
Copy full SHA for 79569a1

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build Image
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
file: ./Dockerfile
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ secrets.CR_PAT }}
113113

114114
- name: Build and Push
115-
uses: docker/build-push-action@v3
115+
uses: docker/build-push-action@v4
116116
with:
117117
context: .
118118
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
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build and push Dev
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
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
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build and push Dev
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
file: ./Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109
password: ${{ secrets.CR_PAT }}
110110

111111
- name: Build and Push master
112-
uses: docker/build-push-action@v3
112+
uses: docker/build-push-action@v4
113113
with:
114114
context: .
115115
file: ./Dockerfile

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.