fix release build

This commit is contained in:
meeb 2021-09-20 17:14:59 +10:00
parent c1cb19259e
commit ff4be7cfa0
1 changed files with 1 additions and 4 deletions

View File

@ -13,9 +13,6 @@ jobs:
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Get tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log into GitHub Container Registry
@ -30,4 +27,4 @@ jobs:
cache-to: type=inline
build-args: |
IMAGE_NAME=${{ env.IMAGE_NAME }}
RELEASE_TAG=${{ steps.vars.outputs.tag }}
RELEASE_TAG=${{ github.event.release.tag_name }}