Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: invalid tags in container signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 16, 2024
1 parent 39e85a8 commit 9751fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
jobs:
bluebuild:
name: Build Custom Image
name: Build Image
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
registry: ${{env.IMAGE_REGISTRY}}
registry-token: ${{ secrets.GITHUB_TOKEN }}
signing-secret: ${{ secrets.SIGNING_SECRET }}
tags: ${{ steps.push.outputs.digest }}
tags: latest

0 comments on commit 9751fb4

Please sign in to comment.