From c7f30c824588f18d1e4c7a19dca720a7d8463883 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 10 Sep 2024 23:51:40 -0300 Subject: [PATCH] 0.9.0-3: . --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index af0b306..1070d51 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: with: images: git.nadeko.net/fijxu/file-uploader-crystal tags: | - type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} + type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} - uses: https://code.forgejo.org/docker/build-push-action@v5 name: Build images