Skip to content

Commit

Permalink
Replace deprecated github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed Nov 18, 2020
1 parent 1c5842e commit 3ad4f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
submodules: true
- name: Get version from tag.
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
continue-on-error: true
- name: Build image.
run:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Load image.
run: docker load < "image.tar.gz"
- name: Get version from tag.
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
- name: Publish image.
uses: lattyware/push-docker-image-to-version-tags@v2
with:
Expand Down

0 comments on commit 3ad4f42

Please sign in to comment.