Skip to content

Commit

Permalink
Tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Apr 18, 2024
1 parent 1cc0215 commit af30cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
#Cross-build
cd turnilo
export TAG=$(git describe HEAD | sed 's/-.*$//g')
docker buildx build --platform ${{ matrix.arch }} -f Dockerfile . --tag ghcr.io/${{env.GITHUB_REPOSITORY}}:${TAG}
docker buildx push --platform ${{ matrix.arch }} ghcr.io/${{env.GITHUB_REPOSITORY}}:${TAG}
docker buildx build --platform ${{ matrix.arch }} -f Dockerfile . --tag ghcr.io/${GITHUB_REPOSITORY}:${TAG}
docker buildx push --platform ${{ matrix.arch }} ghcr.io/${GITHUB_REPOSITORY}:${TAG}

0 comments on commit af30cb2

Please sign in to comment.