Skip to content

Commit

Permalink
git actions - multi-platform images
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Aug 28, 2024
1 parent 6ce4a13 commit a89516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
push: true
tags: |
codechat/api:latest
codechat/api:${{ env.version }}
codechat/api:v${{ env.version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit a89516a

Please sign in to comment.