Skip to content

Commit

Permalink
Merge pull request #10 from adorsys/cd
Browse files Browse the repository at this point in the history
fix(ci): update delivery workflow
  • Loading branch information
bengo237 authored Feb 28, 2024
2 parents af445b3 + 4449e51 commit 6515867
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
# tags: ${{ steps.meta.outputs.tags }}
# build-args: |
# USERNAME=${{ github.actor }}
# PAT=${{ secrets.PAT }}

- name: Build, tag, and push image to Amazon ECR
uses: docker/build-push-action@v2
# PAT=${{ secrets.PAT }
- name: upload image to ECR
uses: appleboy/docker-ecr-action@master
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
repo: ${{ env.IMAGE_NAME }}
registry: ${{ env.REGISTRY }}
build-args: |
USERNAME=${{ github.actor }}
PAT=${{ secrets.PAT }}
Expand Down

0 comments on commit 6515867

Please sign in to comment.