From c281fa0d2c683f68df2d57b03fef61b20641aeaa Mon Sep 17 00:00:00 2001 From: Leonardo Rodrigues de Oliveira <84041478+OLeonardoRodrigues@users.noreply.github.com> Date: Fri, 29 Jul 2022 02:33:16 -0300 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 49b5ba4..823bec4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,18 +32,18 @@ jobs: uses: docker/build-push-action@v3 with: load: true - tags: repo-keeper:${{ steps.image_info.outputs.tag }} + tags: keypr:${{ steps.image_info.outputs.tag }} - name: Test - run: docker run --rm repo-keeper:${{ steps.image_info.outputs.tag }} + run: docker run --rm keypr:${{ steps.image_info.outputs.tag }} - name: Build image and push to GitHub Container Registry uses: docker/build-push-action@v3 with: platforms: linux/amd64 tags: | - ghcr.io/oleonardorodrigues/repo-keeper:latest - ghcr.io/oleonardorodrigues/repo-keeper:${{ steps.image_info.outputs.tag }} + ghcr.io/fr-platform/keypr:latest + ghcr.io/fr-platform/keypr:${{ steps.image_info.outputs.tag }} labels: | org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.version=${{ steps.image_info.outputs.tag }}