Simplify workflows

This commit is contained in:
Tyrrrz
2023-05-27 23:28:37 +03:00
parent 2b7f1ed4ed
commit e052241713
2 changed files with 7 additions and 17 deletions

View File

@@ -67,10 +67,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Get release version
id: get-version
uses: tyrrrz/action-get-tag@v1
- name: Install Docker Buildx
uses: docker/setup-buildx-action@v2
@@ -86,5 +82,5 @@ jobs:
--platform linux/amd64,linux/arm64
--push
--tag tyrrrz/discordchatexporter:stable
--tag tyrrrz/discordchatexporter:${{ steps.get-version.outputs.tag }}
--tag tyrrrz/discordchatexporter:${{ github.ref_name }}
.