Skip to content

Commit

Permalink
Changed repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed May 20, 2022
1 parent d596f65 commit 4ab77bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1

- name: Docker Build & Push to Docker Hub
uses: timzu/act-build@master
uses: timzu/github-actions-build@master
with:
args: --docker
env:
Expand All @@ -26,7 +26,7 @@ jobs:
LATEST: "true"

- name: Docker Build & Push to GitHub Package
uses: timzu/act-build@master
uses: timzu/github-actions-build@master
with:
args: --docker
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="anchor"
LABEL "com.github.actions.color"="blue"

LABEL version=v0.3.4
LABEL repository="https://github.com/timzu/act-docker"
LABEL repository="https://github.com/timzu/github-actions-docker"
LABEL maintainer="Timur Galeev <[email protected]>"

ADD entrypoint.sh /entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Action Docker Push
# Action Docker Push

## Usage

Expand All @@ -17,7 +17,7 @@ jobs:
fetch-depth: 1

- name: Docker Build & Push to Docker Hub
uses: timzu/act-docker@master
uses: timzu/github-actions-docker@master
with:
args: --docker
env:
Expand All @@ -29,7 +29,7 @@ jobs:
LATEST: "true"

- name: Docker Build & Push to GitHub Package
uses: timzu/act-docker@master
uses: timzu/github-actions-docker@master
with:
args: --docker
env:
Expand All @@ -42,7 +42,7 @@ jobs:
LATEST: "true"

- name: Docker Build & Push to AWS ECR
uses: timzu/act-docker@master
uses: timzu/github-actions-docker@master
with:
args: --ecr
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branding:

runs:
using: docker
image: docker://timzu/act-docker:v0.3.4
image: docker://timzu/github-actions-docker:v0.3.4

outputs:
TAG_NAME:
Expand Down
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo "VERSION=${VERSION}"
# ./VERSION :: v1.2.3
echo ${VERSION} > ./VERSION

# ./action.yml :: docker://timzu/act-build:v0.1.1
# ./action.yml :: docker://timzu/github-actions-build:v0.1.1
_replace "s/${BASENAME}:.*/${BASENAME}:${VERSION}/g" ./action.yml

# ./Dockerfile :: LABEL version=v1.2.3
Expand Down

0 comments on commit 4ab77bc

Please sign in to comment.