Skip to content

Commit f5f7652

Browse files
committed
do-not-merge: test container deploy
Signed-off-by: Felix Moessbauer <[email protected]>
1 parent e5e66e3 commit f5f7652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
debsbom download --outdir /mnt/downloads --sources
4545
find downloads/sources -name "guestfs-tools*" | grep .
4646
- name: Complete build and deploy image
47-
if: github.ref == 'refs/heads/main'
47+
if: github.ref == 'refs/heads/fm/container'
4848
uses: docker/build-push-action@v6
4949
id: push
5050
with:
@@ -59,7 +59,7 @@ jobs:
5959
tags: ghcr.io/${{ github.repository }}/debsbom:latest
6060
annotations: ${{ env.DOCKER_METADATA_OUTPUT_ANNOTATIONS }}
6161
- name: Attest image
62-
if: github.ref == 'refs/heads/main'
62+
if: github.ref == 'refs/heads/fm/container'
6363
uses: actions/attest-build-provenance@v1
6464
with:
6565
subject-name: ghcr.io/${{ github.repository }}/debsbom
@@ -68,7 +68,7 @@ jobs:
6868

6969
cleanup_ghcr_containers:
7070
name: cleanup untagged containers
71-
if: github.ref == 'refs/heads/main'
71+
if: github.ref == 'refs/heads/fm/container'
7272
runs-on: ubuntu-24.04
7373
needs: build_containers
7474
permissions:

0 commit comments

Comments
 (0)