Skip to content

Commit 2962d6e

Browse files
committed
bump version
1 parent df820fc commit 2962d6e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="build, tag and push container"
55
LABEL "com.github.actions.icon"="anchor"
66
LABEL "com.github.actions.color"="blue"
77

8-
LABEL version=v0.2.3
8+
LABEL version=v0.2.4
99
LABEL repository="https://github.com/timzu/act-docker"
1010
LABEL maintainer="Timur Galeev <timur_galeev@outlook.com>"
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.3
1+
v0.2.4

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.2.3
11+
image: docker://timzu/act-docker:v0.2.4
1212

1313
outputs:
1414
TAG_NAME:

0 commit comments

Comments
 (0)