Skip to content

Commit eddfcd2

Browse files
authored
Merge pull request #2291 from atsign-foundation/dependabot/github_actions/github-actions-eb4bd8a3a6
build(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 in the github-actions group
2 parents 6dd8595 + 4e6b5b8 commit eddfcd2

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/at_server.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
ls -laR tools/build_virtual_environment/ve/*
246246
247247
- name: Build docker image
248-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
248+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
249249
with:
250250
file: tools/build_virtual_environment/ve/Dockerfile
251251
context: tools/build_virtual_environment/ve
@@ -323,7 +323,7 @@ jobs:
323323
# Builds and pushes the secondary server image to docker hub.
324324
- name: Build and push secondary image for x64
325325
id: docker_build_secondary
326-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
326+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
327327
with:
328328
push: true
329329
provenance: false
@@ -682,7 +682,7 @@ jobs:
682682
# Builds and pushes the at_virtual_env to docker hub.
683683
- name: Build and push
684684
id: docker_build
685-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
685+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
686686
with:
687687
file: tools/build_virtual_environment/ve/Dockerfile.vip
688688
context: .
@@ -736,7 +736,7 @@ jobs:
736736
# Builds and pushes the secondary server image to docker hub.
737737
- name: Build and push secondary image for amd64 and arm64
738738
id: docker_build_secondary
739-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
739+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
740740
with:
741741
push: true
742742
provenance: false
@@ -791,7 +791,7 @@ jobs:
791791
# Builds and pushes the secondary server image to docker hub.
792792
- name: Build and push secondary image for amd64 and arm64
793793
id: docker_build_observable_secondary
794-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
794+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
795795
with:
796796
push: true
797797
provenance: false
@@ -848,7 +848,7 @@ jobs:
848848
# Builds and pushes the secondary server image to docker hub.
849849
- name: Build and push secondary image for amd64 and arm64
850850
id: docker_build_secondary
851-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
851+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
852852
with:
853853
push: true
854854
provenance: false
@@ -912,7 +912,7 @@ jobs:
912912

913913
- name: Build and push
914914
id: docker_build
915-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
915+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
916916
with:
917917
file: tools/build_virtual_environment/ve/Dockerfile.vip
918918
context: .
@@ -978,7 +978,7 @@ jobs:
978978
# Builds and pushes the secondary server image to docker hub.
979979
- name: Build and push secondary image for amd64 and arm64
980980
id: docker_build_secondary
981-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
981+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
982982
with:
983983
push: true
984984
provenance: false
@@ -1032,7 +1032,7 @@ jobs:
10321032

10331033
- name: Build and push
10341034
id: docker_build
1035-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
1035+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
10361036
with:
10371037
file: tools/build_virtual_environment/ve/Dockerfile.vip
10381038
context: .

.github/workflows/at_server_dev_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Build the Docker image for Dev
3333
- name: Build and push
34-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
34+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
3535
with:
3636
file: packages/at_root_server/Dockerfile
3737
context: packages/at_root_server

.github/workflows/at_server_prod_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Build the Docker image for Dev
3838
- name: Build and push
3939
id: docker_build
40-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
40+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4141
with:
4242
file: packages/at_root_server/Dockerfile
4343
context: packages/at_root_server

.github/workflows/promote_canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Builds and pushes the secondary server image to docker hub.
4141
- name: Build and push secondary image for amd64 and arm64
4242
id: docker_build_canary_to_prod
43-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
43+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4444
with:
4545
push: true
4646
provenance: false
@@ -101,7 +101,7 @@ jobs:
101101
# Builds and pushes the secondary server image to docker hub.
102102
- name: Build and push virtualenv image for amd64 and arm64
103103
id: docker_build_canary_to_vip
104-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
104+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
105105
with:
106106
push: true
107107
file: tools/build_virtual_environment/ve/Dockerfile.canary_to_vip

.github/workflows/ve_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build and push
2727
id: docker_build
28-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
28+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
2929
with:
3030
file: tools/build_virtual_environment/ve_base/Dockerfile
3131
push: true

.github/workflows/vip_rebuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Build and push new VE base
3535
id: docker_build_base
36-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
36+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
3737
with:
3838
file: tools/build_virtual_environment/ve_base/Dockerfile
3939
push: true
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Build and push vip
8686
id: docker_build_vip
87-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
87+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
8888
with:
8989
file: tools/build_virtual_environment/ve/Dockerfile.vip
9090
context: .

0 commit comments

Comments
 (0)