Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed May 8, 2020
1 parent 5c272f8 commit 62b7541
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
LABEL homepage="https://opspresso.com/"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.2
v0.2.3
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ branding:

runs:
using: docker
image: docker://opspresso/action-version:v0.2.2
image: docker://opspresso/action-version:v0.2.3

0 comments on commit 62b7541

Please sign in to comment.