Change docker tag

This commit is contained in:
Thomas Miceli
2023-06-18 12:54:33 +02:00
parent da19e486f2
commit 62711ff491
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ jobs:
images: |
ghcr.io/thomiceli/opengist
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2