Skip to content

Commit

Permalink
stuuuuf
Browse files Browse the repository at this point in the history
and things
  • Loading branch information
Mossman1215 committed Dec 11, 2024
1 parent e5a88ab commit 787c5d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
rm $auth_tmp
- name: dry run copy to ghcr.io
run: |
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --debug --authfile /run/secrets/skopeo-auth --dry-run --all --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --retry-times 1 --authfile /run/secrets/skopeo-auth --dry-run --preserve-digests --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images
- name: copy to ghcr.io
run: |
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --debug --authfile /run/secrets/skopeo-auth --all --keep-going --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --retry-times 1 --authfile /run/secrets/skopeo-auth --preserve-digests --keep-going --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images
if: github.ref_name == 'main'
- name: copy to ecr
run: |
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --debug --authfile /run/secrets/skopeo-auth --all --src yaml --dest docker sync-ecr.yml 862640294325.dkr.ecr.ap-southeast-2.amazonaws.com
podman run --secret=skopeo-auth -v "${PWD}:/src" -w /src ghcr.io/geonet/base-images/stable:v1.16 sync --retry-times 1 --authfile /run/secrets/skopeo-auth --preserve-digests --src yaml --dest docker sync-ecr.yml 862640294325.dkr.ecr.ap-southeast-2.amazonaws.com
if: github.ref_name == 'main'
4 changes: 3 additions & 1 deletion sync-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
docker.io:
tls-verify: true
images-by-semver:
vmware/govc: ">= v0.37.0"
grafana/grafana-oss: ">= 11.1.0"
images:
alpine:
Expand Down Expand Up @@ -40,6 +39,8 @@ docker.io:
node:
- 20.3-alpine3.18
- 21.6-alpine3.19
vmware/govc:
- "v0.37.0"
quay.io:
tls-verify: true
images:
Expand All @@ -54,6 +55,7 @@ quay.io:
- stream9
skopeo/stable:
- 'v1.16'
- 'v1.17'
images-by-semver:
prometheus/prometheus: ">= v2.53.0"
prometheus/snmp-exporter: ">= v0.26.0"
Expand Down

0 comments on commit 787c5d1

Please sign in to comment.