From 306487a1452010286562018823530b5668f4a330 Mon Sep 17 00:00:00 2001 From: Felipe Martin <812088+fmartingr@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:09:42 +0100 Subject: [PATCH] ci: fix alpine latest not being built (#1035) --- .github/workflows/push.yml | 1 - .github/workflows/version_bump.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d28ddd3b2..bd211ac95 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,7 +27,6 @@ jobs: call-buildx-alpine: needs: call-gorelease # only build on pull requests from the same repo for now - if: github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/_buildx.yml with: tag_prefix: alpine- diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index ce32c4936..a9ca75576 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -38,8 +38,6 @@ jobs: uses: ./.github/workflows/_buildx.yml call-buildx-alpine: needs: call-gorelease - # only build on pull requests from the same repo for now - if: github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/_buildx.yml with: tag_prefix: alpine-