Final v2 commit before launch?

Adds better logging and modifies README.md
This commit is contained in:
dmunozv04
2023-10-13 17:46:25 +02:00
parent aad6eea686
commit 143e5e4eff
6 changed files with 51 additions and 29 deletions

View File

@@ -31,9 +31,9 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ghcr.io/dmunozv04/isponsorblocktv, dmunozv04/isponsorblocktv
# tags: |
# type=raw,value=latest,priority=900,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
# type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=pr
tags: |
type=raw,value=develop,priority=900,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=pr
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU