Skip to content

Commit

Permalink
Merge pull request #55 from Chia-Network/alternate-latest
Browse files Browse the repository at this point in the history
Switch to alternate latest tagging strategy for docker build workflows
  • Loading branch information
cmmarslender authored Dec 20, 2023
2 parents 4991b1e + 83b450c commit 3408a2c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-aptly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./aptly"
dockerfile: "./aptly/Dockerfile"
dockerhub_imagename: "chianetwork/aptly"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./centos7"
dockerfile: "./centos7/Dockerfile"
dockerhub_imagename: "chianetwork/centos7-builder"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-db-webroot-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./db-webroot-backup"
dockerfile: "./db-webroot-backup/Dockerfile"
image_subpath: "db-webroot-backup"
1 change: 1 addition & 0 deletions .github/workflows/build-phpfpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
runs-on: "linux-arm64"
docker-platforms: "linux/arm64"
docker-context: "./phpfpm"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-rocky8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./rocky8"
dockerfile: "./rocky8/Dockerfile"
dockerhub_imagename: "chianetwork/rocky8-builder"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./ubuntu-18.04"
dockerfile: "./ubuntu-18.04/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-18.04-builder"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./ubuntu-20.04"
dockerfile: "./ubuntu-20.04/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-20.04-builder"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ubuntu-22.04-risc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
runs-on: k8s-public
timeout-minutes: 1440
docker-context: "./ubuntu-22.04-risc"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
alternate-latest-mode: true
docker-context: "./ubuntu-22.04"
dockerfile: "./ubuntu-22.04/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-22.04-builder"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
needs:
- get_version
with:
alternate-latest-mode: true
docker-context: "./wordpress"
dockerfile: "./wordpress/Dockerfile"
image_subpath: "wordpress"
Expand Down

0 comments on commit 3408a2c

Please sign in to comment.