From 9143580c0804ff5ad955ea74bd5ab957a526ef3f Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:34:48 +0100 Subject: [PATCH] Test Container Image Generation --- .github/workflows/update-test-ubuntu-git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-test-ubuntu-git.yml b/.github/workflows/update-test-ubuntu-git.yml index 8481243..30c5a45 100644 --- a/.github/workflows/update-test-ubuntu-git.yml +++ b/.github/workflows/update-test-ubuntu-git.yml @@ -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 }}