Skip to content

Commit

Permalink
Try to get tags from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 13, 2024
1 parent a3f149d commit 23a5071
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-containers-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Truncate ref
run: echo "tag=${GITHUB_REF#refs/tags/ccf_ci_image/}" >> $GITHUB_OUTPUT
id: tref

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -49,7 +45,7 @@ jobs:
platform=virtual
clang_version=15
push: true
tags: ${{steps.tref.outputs.tag}}-virtual-clang15
tags: ${{ steps.meta.outputs.tags }}-virtual-clang15
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
Expand Down

0 comments on commit 23a5071

Please sign in to comment.