From f7e7bacec3b6e22c11a9131d238e5ed62be8cf39 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Sat, 8 Mar 2025 21:39:29 +0530 Subject: [PATCH] fix --- .forgejo/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index a297a32..79819dc 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -1,7 +1,5 @@ name: Create and publish a Docker image -on: - push: - branches: ['release'] +on: [push] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} @@ -34,4 +32,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}