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 25, 2020
1 parent d7e5e33 commit c1a2b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c1a2b69

Please sign in to comment.