Skip to content

Commit

Permalink
add public
Browse files Browse the repository at this point in the history
  • Loading branch information
fyInALT committed Mar 26, 2024
1 parent 7b4f27b commit f86cae0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CARGO_INCREMENTAL: "0"
CARGO_NET_GIT_FETCH_WITH_CLI: true
ECR_REPO: 305587085711.dkr.ecr.us-west-2.amazonaws.com/mach-operator
# PUB_REPO: public.ecr.aws
PUB_REPO: public.ecr.aws/altlayer/amach-operator

jobs:
build-docker-image:
Expand All @@ -31,12 +31,12 @@ jobs:
username: ${{ secrets.ECR_ACCESS_KEY_ID }}
password: ${{ secrets.ECR_ACCESS_KEY }}

# - name: Login to public ECR
# uses: docker/login-action@v3
# with:
# registry: ${{ env.PUB_REPO }}
# username: ${{ secrets.ECR_ACCESS_KEY_ID }}
# password: ${{ secrets.ECR_ACCESS_KEY }}
- name: Login to public ECR
uses: docker/login-action@v3
with:
registry: ${{ env.PUB_REPO }}
username: ${{ secrets.ECR_ACCESS_KEY_ID }}
password: ${{ secrets.ECR_ACCESS_KEY }}

- name: Checkout Sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
images: |
${{ env.ECR_REPO }}
# ${{ env.PUB_REPO }}/altlayer/mach-avs
${{ env.PUB_REPO }}
flavor: |
prefix=
suffix=
Expand Down

0 comments on commit f86cae0

Please sign in to comment.