Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Jan 16, 2024
1 parent 31f7e29 commit 1d7e513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1d7e513

Please sign in to comment.