Skip to content

Commit

Permalink
fix: ci push to docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 13, 2024
1 parent 9c22c2d commit 6342a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
context: .
file: ${{ matrix.images.path }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ matrix.images.tag }}-latest, ${{ matrix.images.tag }}-main
push: true
tags: ${{ github.repository_owner }}/${{ matrix.images.tag }}-latest, ${{ github.repository_owner }}/${{ matrix.images.tag }}-main
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 6342a1c

Please sign in to comment.