Skip to content

Commit

Permalink
Update build_image.yml Versions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich authored Feb 5, 2024
1 parent c36b8ce commit 1e320cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Release image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set tag
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: pull release
Expand All @@ -26,7 +26,7 @@ jobs:
podman tag ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE }}:${{ env.RELEASE_VERSION }} \
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE }}:${{ env.LATEST_RELEASE }}
- name: Push to repo
uses: redhat-actions/push-to-registry@v2
uses: redhat-actions/push-to-registry@v3
with:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 1e320cf

Please sign in to comment.