Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rodrigues de Oliveira <84041478+OLeonardoRodrigues@users.noreply.github.com>
  • Loading branch information
OLeonardoRodrigues authored Nov 14, 2024
1 parent 76949b8 commit 48ae867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
tags: |
ghcr.io/${{ vars.image_name }}:latest
ghcr.io/${{ vars.image_name }}:${{ github.sha }}
ghcr.io/${{ env.image_name }}:latest
ghcr.io/${{ env.image_name }}:${{ github.sha }}
- name: "Save Docker Cache"
uses: actions/cache/save@v4
Expand Down

0 comments on commit 48ae867

Please sign in to comment.