diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b63c44..20a6e43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/README.md b/README.md index 744bfd5..e411be6 100644 --- a/README.md +++ b/README.md @@ -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)