Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cezar-guimaraes committed Oct 5, 2023
1 parent edeaf57 commit 3915164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY_ALIAS: my-ecr-public-registry-alias
REPOSITORY: my-ecr-public-repo
IMAGE_TAG: ${{ github.sha }}
REGISTRY_ALIAS: f8y0w2c4
REPOSITORY: cleaner-controller
IMAGE_TAG: ${{ github.ref_name }}
run: |
echo $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit 3915164

Please sign in to comment.