Skip to content

Commit

Permalink
Merge pull request #813 from atsign-foundation/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/build-push-action-3.1.0
  • Loading branch information
cpswan authored Jul 20, 2022
2 parents da63de1 + dd4b17b commit 03ea4e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/at_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
ls -laR at_virtual_environment/ve/*
- name: Build docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
file: at_virtual_environment/ve/Dockerfile
context: at_virtual_environment/ve
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# Builds and pushes the secondary server image to docker hub.
- name: Build and push secondary image for x64
id: docker_build_secondary
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
push: true
context: at_secondary
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
# Builds and pushes the at_virtual_env to docker hub.
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
file: at_virtual_environment/ve/Dockerfile.vip
push: true
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
# Builds and pushes the secondary server image to docker hub.
- name: Build and push secondary image for amd64 and arm64
id: docker_build_secondary
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
push: true
context: at_secondary
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
# Builds and pushes the secondary server image to docker hub.
- name: Build and push secondary image for amd64 and arm64
id: docker_build_observable_secondary
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
push: true
file: ./at_secondary/Dockerfile.observe
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
# Builds and pushes the secondary server image to docker hub.
- name: Build and push secondary image for amd64 and arm64
id: docker_build_secondary
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
push: true
context: at_secondary
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
# Builds and pushes the secondary server image to docker hub.
- name: Build and push secondary image for amd64 and arm64
id: docker_build_secondary
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
push: true
context: at_secondary
Expand Down Expand Up @@ -668,7 +668,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
file: at_virtual_environment/ve/Dockerfile.vip
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Build the Docker image for Dev
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3.1.0
with:
file: at_root/at_root_server/Dockerfile
context: at_root/at_root_server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Build the Docker image for Dev
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v3.1.0
with:
file: at_root/at_root_server/Dockerfile
context: at_root/at_root_server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ve_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
file: at_virtual_environment/ve_base/Dockerfile
push: true
Expand Down

0 comments on commit 03ea4e5

Please sign in to comment.