Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Oct 7, 2023
1 parent fd21383 commit 30e71f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: true
tags:
- '${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.docker_tag.outputs.tag }}'
- '${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest'
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.docker_tag.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest
build-args: 'GIT_DESC=${{steps.tagger.outputs.tag}}'

0 comments on commit 30e71f8

Please sign in to comment.