Skip to content

Commit 8efec91

Browse files
authored
Merge pull request #19 from renoki-co/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2 parents a91cf04 + 4a087ac commit 8efec91

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/docker-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build and push
4242
id: docker
43-
uses: docker/build-push-action@v2
43+
uses: docker/build-push-action@v3
4444
with:
4545
push: true
4646
context: .
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build and push
8383
id: docker
84-
uses: docker/build-push-action@v2
84+
uses: docker/build-push-action@v3
8585
with:
8686
push: true
8787
context: .
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Build and push
123123
id: docker
124-
uses: docker/build-push-action@v2
124+
uses: docker/build-push-action@v3
125125
with:
126126
push: true
127127
context: .

.github/workflows/docker-latest-tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Build and push
3939
id: docker
40-
uses: docker/build-push-action@v2
40+
uses: docker/build-push-action@v3
4141
with:
4242
push: true
4343
context: .
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build and push
8080
id: docker
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v3
8282
with:
8383
push: true
8484
context: .
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Build and push
120120
id: docker
121-
uses: docker/build-push-action@v2
121+
uses: docker/build-push-action@v3
122122
with:
123123
push: true
124124
context: .

.github/workflows/docker-release-tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build and Push
4848
id: docker
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v3
5050
with:
5151
push: true
5252
context: .
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Build and Push
9999
id: docker
100-
uses: docker/build-push-action@v2
100+
uses: docker/build-push-action@v3
101101
with:
102102
push: true
103103
context: .
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Build and Push
149149
id: docker
150-
uses: docker/build-push-action@v2
150+
uses: docker/build-push-action@v3
151151
with:
152152
push: true
153153
context: .

0 commit comments

Comments
 (0)