Skip to content

Commit

Permalink
Properly wrap take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Aug 14, 2023
1 parent c237311 commit 030ae63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
--disable-content-trust
- name: Determine develop image tags
if: ${{ env.IMAGE_TAG == "develop" }}
if: ${{ env.IMAGE_TAG == 'develop' }}
id: determine_dockerhub_tags
run: |
AVALON_VERSION=`script/avalon_image_tags.rb -t`
echo "AVALON_VERSION=${AVALON_VERSION}" >> "$GITHUB_OUTPUT"
echo "tags=`script/avalon_image_tags.rb --branch ${BRANCH} -a ${AVALON_VERSION}-dev` >> "$GITHUB_OUTPUT"
- name: Develop Push To Dockerhub
if: ${{ env.IMAGE_TAG == "develop" }}
if: ${{ env.IMAGE_TAG == 'develop' }}
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build_image.outputs.image }}
Expand Down

0 comments on commit 030ae63

Please sign in to comment.