Skip to content

Commit

Permalink
chore: switch to us-docker.pkg.dev (#152)
Browse files Browse the repository at this point in the history
* chore: switch to us-docker.pkg.dev

Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>

* add workflow_dispatch for release workflow

Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>

* fix repo

Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>

---------

Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>
  • Loading branch information
nianyush authored Oct 3, 2024
1 parent de04183 commit d460cbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/provider-packaging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish provider packages

on:
workflow_dispatch:
push:
tags:
- v*
Expand Down Expand Up @@ -40,8 +41,8 @@ jobs:
- uses: earthly/actions-setup@v1
with:
version: "latest"
- run: echo "${{ secrets.GCR_DEV_PUBLIC_B64_TOKEN }}" | base64 -d | docker login -u _json_key --password-stdin https://gcr.io
- run: earthly --ci --push --output +provider-package-all-platforms --IMAGE_REPOSITORY=gcr.io/spectro-dev-public/kairos-io
- run: echo "${{ secrets.ARTIFACT_IMG_PUSH_EDGE }}" | base64 -d | docker login -u _json_key --password-stdin us-docker.pkg.dev
- run: earthly --ci --push --output +provider-package-all-platforms --IMAGE_REPOSITORY=us-docker.pkg.dev/palette-images/edge/kairos-io
build-fips-provider-package:
runs-on: ubuntu-latest
permissions:
Expand All @@ -58,5 +59,5 @@ jobs:
- uses: earthly/actions-setup@v1
with:
version: "latest"
- run: echo "${{ secrets.GCR_DEV_PUBLIC_B64_TOKEN }}" | base64 -d | docker login -u _json_key --password-stdin https://gcr.io
- run: earthly --ci --push --output +provider-fips-package-all-platforms --IMAGE_REPOSITORY=gcr.io/spectro-dev-public/kairos-io --FIPS_ENABLED=true
- run: echo "${{ secrets.ARTIFACT_IMG_PUSH_EDGE }}" | base64 -d | docker login -u _json_key --password-stdin us-docker.pkg.dev
- run: earthly --ci --push --output +provider-fips-package-all-platforms --IMAGE_REPOSITORY=us-docker.pkg.dev/palette-images/edge/kairos-io --FIPS_ENABLED=true

0 comments on commit d460cbd

Please sign in to comment.