diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 2b729ecb..0fcdd876 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -179,7 +179,7 @@ jobs: yarn install yarn build - name: Push to Quay.io - uses: elgohr/Publish-Docker-Github-Action@3.02 + uses: elgohr/Publish-Docker-Github-Action@v5 with: registry: quay.io name: konveyor/tackle-ui diff --git a/.github/workflows/pr-build-container-images.yml b/.github/workflows/pr-build-container-images.yml index e9cdcc0d..b8156bf9 100644 --- a/.github/workflows/pr-build-container-images.yml +++ b/.github/workflows/pr-build-container-images.yml @@ -21,7 +21,7 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Push to GitHub Packages - uses: elgohr/Publish-Docker-Github-Action@3.02 + uses: elgohr/Publish-Docker-Github-Action@v5 with: registry: ghcr.io name: ${{ github.repository_owner }}/${{ github.event.repository.name }}/tackle-ui