Skip to content

Commit

Permalink
Fix Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Aug 23, 2024
1 parent 62f5acb commit ccad545
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 @@ -48,5 +48,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/timeleaplabs/unchained:${{ steps.docker-tag.outputs.docker-tag }}
ghcr.io/timeleaplabs/unchained:${{ github.ref_name }}
ghcr.io/timeleaplabs/py-unchained-ai:${{ steps.docker-tag.outputs.docker-tag }}
ghcr.io/timeleaplabs/py-unchained-ai:${{ github.ref_name }}

0 comments on commit ccad545

Please sign in to comment.