Skip to content

Commit 3ad4f42

Browse files
committed
Replace deprecated github action.
1 parent 1c5842e commit 3ad4f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: true
2727
- name: Get version from tag.
28-
uses: olegtarasov/get-tag@v2
28+
uses: little-core-labs/get-git-tag@v3.0.2
2929
continue-on-error: true
3030
- name: Build image.
3131
run:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Load image.
7575
run: docker load < "image.tar.gz"
7676
- name: Get version from tag.
77-
uses: olegtarasov/get-tag@v2
77+
uses: little-core-labs/get-git-tag@v3.0.2
7878
- name: Publish image.
7979
uses: lattyware/push-docker-image-to-version-tags@v2
8080
with:

0 commit comments

Comments
 (0)