Skip to content

Commit 8405640

Browse files
authored
Merge pull request #961 from utmstack/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 2 to 6
2 parents c969541 + 8d121c4 commit 8405640

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/used-docker-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and Push the Image
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: ./${{inputs.image_name}}
3030
push: true

.github/workflows/used-docker-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Build and Push the Image
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
5252
push: true

.github/workflows/used-docker-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and Push the Image
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
context: ./${{inputs.image_name}}
4545
push: true

.github/workflows/used-docker-java-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Build and Push the Image
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
5353
push: true

.github/workflows/used-docker-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and Push the Image
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
4343
push: true

0 commit comments

Comments
 (0)