Skip to content

Commit

Permalink
Pin skopeo to last version that worked well (#1424)
Browse files Browse the repository at this point in the history
After this version, we've experienced nothing but timeouts when syncing on push to main.

Ref: https://gitpod.slack.com/archives/C01RC164G48/p1726001852662349?thread_ts=1725887846.208599&cid=C01RC164G48
  • Loading branch information
kylos101 authored Sep 10, 2024
1 parent f05cc15 commit fcdc187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GAR_IMAGE_REGISTRY: europe-docker.pkg.dev
DH_IMAGE_REGISTRY: registry.hub.docker.com
IAM_SERVICE_ACCOUNT: workspace-images-gha-sa@gitpod-artifacts.iam.gserviceaccount.com
SKOPEO_VERSION: 1
SKOPEO_VERSION: 1.15.2

steps:
- name: 📥 Checkout workspace-images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
IAM_SERVICE_ACCOUNT: workspace-images-gha-sa@gitpod-artifacts.iam.gserviceaccount.com
DAZZLE_VERSION: 0.1.17
BUILDKIT_VERSION: 0.12.3
SKOPEO_VERSION: 1
SKOPEO_VERSION: 1.15.2

steps:
- name: 📥 Checkout workspace-images
Expand Down

0 comments on commit fcdc187

Please sign in to comment.