Skip to content

Commit 48eaab9

Browse files
author
Timur Galeev
committed
Bump version
1 parent 1311c8b commit 48eaab9

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.3.1
8+
LABEL version=v0.3.2
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.3.1
1+
v0.3.2

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

1313
outputs:
1414
TAG_NAME:

0 commit comments

Comments
 (0)