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 3915164 commit 4513a9a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:
with:
registry-type: public
- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY_ALIAS: f8y0w2c4
REPOSITORY: cleaner-controller
IMAGE_TAG: ${{ github.ref_name }}
run: |
echo $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
uses: int128/kaniko-action@v1
with:
push: true
tags: ${{ steps.login-ecr-public.outputs.registry }}/f8y0w2c4/cleaner-controller:${{ github.ref_name }}


0 comments on commit 4513a9a

Please sign in to comment.