From f40bf89ecb291d0f8465bd0588f9dce3539118e6 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 05:55:15 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/ci-actions.yml | 2 +- .github/workflows/pr-build-container-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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