From 62b754180f4f063a9fe660510ca07e60c4f8fac9 Mon Sep 17 00:00:00 2001 From: nalbam Date: Fri, 8 May 2020 13:01:22 +0900 Subject: [PATCH] v0.2.3 --- .github/workflows/tag.yml | 10 ++++++++++ Dockerfile | 2 +- VERSION | 2 +- action.yml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index ad55157..3d122d6 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -32,3 +32,13 @@ jobs: USERNAME: ${{ secrets.DOCKER_USERNAME }} PASSWORD: ${{ secrets.GITHUB_PERSONAL_TOKEN }} REGISTRY: "docker.pkg.github.com" + + - name: Docker Build & Push to AWS ECR + uses: opspresso/action-docker@master + with: + args: --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 diff --git a/Dockerfile b/Dockerfile index d216be9..8009640 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.2 +LABEL version=v0.2.3 LABEL repository="https://github.com/opspresso/action-version" LABEL maintainer="Jungyoul Yu " LABEL homepage="https://opspresso.com/" diff --git a/VERSION b/VERSION index f0cfd3b..576b777 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.2 +v0.2.3 diff --git a/action.yml b/action.yml index 9e9ecae..f4527ed 100644 --- a/action.yml +++ b/action.yml @@ -8,4 +8,4 @@ branding: runs: using: docker - image: docker://opspresso/action-version:v0.2.2 + image: docker://opspresso/action-version:v0.2.3