Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
correct typo
  • Loading branch information
Misterbabou authored Jan 14, 2024
1 parent d2dab8c commit 87c2f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
file: Dockerfile
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/squid:${{ env.VERSION }}
${{ secrets.DOCKER_USERNAME }}/squid:latest
${{ secrets.DOCKER_USERNAME }}/gptwol:${{ env.VERSION }}
${{ secrets.DOCKER_USERNAME }}/gptwol:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 comments on commit 87c2f1a

Please sign in to comment.