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 d6b5d44 commit fd21383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
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
- '${{ 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 fd21383

Please sign in to comment.