Replace deprecated GitHub action.

This commit is contained in:
Gareth Latty
2020-12-31 01:25:27 +00:00
parent d7e5e33f0c
commit f817229b59
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
- name: Checkout repository.
uses: actions/checkout@v2
- 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:
@@ -73,7 +73,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:
+1 -1
View File
@@ -1,4 +1,4 @@
# [Massive Decks ![Massive Decks](https://raw.githubusercontent.com/Lattyware/massivedecks/master/client/assets/images/icon.png)][hosted]
# [Massive Decks ![Massive Decks](https://raw.githubusercontent.com/Lattyware/massivedecks/main/client/assets/images/icon.png)][hosted]
[![Current Release Version](https://img.shields.io/github/v/tag/Lattyware/massivedecks?label=release&sort=semver)](https://github.com/Lattyware/massivedecks/releases)
[![Build Status](https://img.shields.io/github/workflow/status/Lattyware/massivedecks/Build)](https://github.com/Lattyware/massivedecks/actions)