Skip to content

Commit 4ab77bc

Browse files
committed
Changed repo name
1 parent d596f65 commit 4ab77bc

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Docker Build & Push to Docker Hub
19-
uses: timzu/act-build@master
19+
uses: timzu/github-actions-build@master
2020
with:
2121
args: --docker
2222
env:
@@ -26,7 +26,7 @@ jobs:
2626
LATEST: "true"
2727

2828
- name: Docker Build & Push to GitHub Package
29-
uses: timzu/act-build@master
29+
uses: timzu/github-actions-build@master
3030
with:
3131
args: --docker
3232
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="anchor"
66
LABEL "com.github.actions.color"="blue"
77

88
LABEL version=v0.3.4
9-
LABEL repository="https://github.com/timzu/act-docker"
9+
LABEL repository="https://github.com/timzu/github-actions-docker"
1010
LABEL maintainer="Timur Galeev <timur_galeev@outlook.com>"
1111

1212
ADD entrypoint.sh /entrypoint.sh

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Action Docker Push
1+
# Action Docker Push
22

33
## Usage
44

@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 1
1818

1919
- name: Docker Build & Push to Docker Hub
20-
uses: timzu/act-docker@master
20+
uses: timzu/github-actions-docker@master
2121
with:
2222
args: --docker
2323
env:
@@ -29,7 +29,7 @@ jobs:
2929
LATEST: "true"
3030

3131
- name: Docker Build & Push to GitHub Package
32-
uses: timzu/act-docker@master
32+
uses: timzu/github-actions-docker@master
3333
with:
3434
args: --docker
3535
env:
@@ -42,7 +42,7 @@ jobs:
4242
LATEST: "true"
4343

4444
- name: Docker Build & Push to AWS ECR
45-
uses: timzu/act-docker@master
45+
uses: timzu/github-actions-docker@master
4646
with:
4747
args: --ecr
4848
env:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branding:
88

99
runs:
1010
using: docker
11-
image: docker://timzu/act-docker:v0.3.4
11+
image: docker://timzu/github-actions-docker:v0.3.4
1212

1313
outputs:
1414
TAG_NAME:

bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo "VERSION=${VERSION}"
6464
# ./VERSION :: v1.2.3
6565
echo ${VERSION} > ./VERSION
6666

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

7070
# ./Dockerfile :: LABEL version=v1.2.3

0 commit comments

Comments
 (0)