Skip to content

Commit 9c6ba91

Browse files
committed
Rewrite workflow
1 parent 12eda12 commit 9c6ba91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/container.yml

+6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ jobs:
111111
docker load --input /tmp/docker-builder.tar
112112
docker image ls -a
113113
114+
- name: Get Previous tag
115+
id: previoustag
116+
uses: "WyriHaximus/github-action-get-previous-tag@v1"
117+
with:
118+
fallback: v0.1
119+
114120
- name: Set up Docker Buildx
115121
uses: docker/setup-buildx-action@v3
116122

0 commit comments

Comments
 (0)