Skip to content

Commit

Permalink
ci: rename builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Nov 21, 2024
1 parent e011d6b commit ba44517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
password: ${{ github.token }}
- uses: docker/build-push-action@v6
with:
tags: ghcr.io/${{ github.repository }}/${{ matrix.component }}:latest
tags: ghcr.io/${{ github.repository }}/build-${{ matrix.component }}:latest
context: components/${{ matrix.component }}
file: Dockerfile
sbom: true
provenance: true
cache-from: type=gha
Expand Down

0 comments on commit ba44517

Please sign in to comment.