1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

Test Container Image Generation

This commit is contained in:
John Wesley Walker III 2024-02-21 12:34:48 +01:00 committed by GitHub
parent c5b558b9fd
commit 9143580c08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,6 @@ jobs:
file: images/test-ubuntu-git.Dockerfile
# For now, attempts to push to ghcr.io must target the `main` branch.
# In the future, consider also allowing attempts from `releases/*` branches.
push: ${{ inputs.publish && github.ref_name == 'main' }}
push: ${{ inputs.publish }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}.${{ steps.timestamp.outputs.now }}