Skip to content

Commit

Permalink
build: Use sha output image
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 22, 2024
1 parent a7e3f5f commit 06bc7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
outputs:
image: ${{ steps.meta.outputs.tags }}
# Manually specify the output image because steps.meta.outputs.tags is an array that includes ‘latest’.
image: ghcr.io/${{ github.repository }}-${{ inputs.app }}:sha-${{ github.sha }}
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 06bc7d2

Please sign in to comment.