diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3d122d6..2ee6fcb 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -36,9 +36,9 @@ jobs: - name: Docker Build & Push to AWS ECR uses: opspresso/action-docker@master with: - args: --ecr + registry-type: --ecr env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: "ap-northeast-2" - registry-type: --ecr + # registry-type: --ecr diff --git a/Dockerfile b/Dockerfile index 8009640..25ceba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Increase the patch version." LABEL "com.github.actions.icon"="tag" LABEL "com.github.actions.color"="blue" -LABEL version=v0.2.3 +LABEL version=v0.2.4 LABEL repository="https://github.com/opspresso/action-version" LABEL maintainer="Jungyoul Yu " LABEL homepage="https://opspresso.com/" diff --git a/VERSION b/VERSION index 576b777..f82e068 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.3 +v0.2.4 diff --git a/action.yml b/action.yml index f4527ed..e8856db 100644 --- a/action.yml +++ b/action.yml @@ -8,4 +8,4 @@ branding: runs: using: docker - image: docker://opspresso/action-version:v0.2.3 + image: docker://opspresso/action-version:v0.2.4