Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Aug 14, 2023
1 parent a9d0eb1 commit a91bc4b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
echo "AVALON_VERSION=${AVALON_VERSION}" >> "$GITHUB_OUTPUT"
AVALON_TAGS=`script/avalon_image_tags.rb --branch ${BRANCH} -a ${AVALON_VERSION}-dev`
echo "tags=${AVALON_TAGS}" >> "$GITHUB_OUTPUT"
echo "${AVALON_VERSION} ${AVALON_TAGS}"
- name: Develop Push To Dockerhub
if: ${{ env.IMAGE_TAG == 'develop' }}
uses: redhat-actions/push-to-registry@v2
uses: redhat-actions/podman-login@v1
with:
image: ${{ steps.build_image.outputs.image }}
tags: ${{ steps.determine_dockerhub_tags.outputs.tags }}
registry: ${{ env.DOCKERHUB_IMAGE_REGISTRY }}
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_PASSWORD }}
extra-args: |
--disable-content-trust

0 comments on commit a91bc4b

Please sign in to comment.