From 1d7e5132eb74a022a9310bdaa0f11fbc9442a3a6 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:09:20 -0600 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 af43136..87484dd 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -44,9 +44,9 @@ jobs: cache-from: | type=gha . type=inline . - simeononsecurity/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest - type=registry,ref=simeononsecurity/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest + ${{ secrets.DOCKER_USERNAME }}/duinocoin:latest + type=registry,ref=${{ secrets.DOCKER_USERNAME }}/duinocoin:latest cache-to: | - type=registry,ref=simeononsecurity/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest - tags: simeononsecurity/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest, ghcr.io/simeononsecurity/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest + type=registry,ref=${{ secrets.DOCKER_USERNAME }}/duinocoin:latest + tags: ${{ secrets.DOCKER_USERNAME }}/duinocoin:latest, ghcr.io/${{ secrets.DOCKER_USERNAME }}/duinocoin:latest github-token: ${{ secrets.PAT_TOKEN }}