They're Tags Not Labels

This commit is contained in:
Annika Merris 2024-02-04 12:26:07 -05:00
parent 0b6fe8587c
commit d1497ae666

View file

@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
shell_command: /bin/ash -c shell_command: /bin/ash -c
image: ${{ steps.meta.outputs.labels[0] }} image: ${{ steps.meta.outputs.tags[0] }}
path: isl-api path: isl-api
destination: dist destination: dist
- name: Create Release - name: Create Release