Skip to content

Commit

Permalink
ci: remove ci flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 3d444d9 commit fb55c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
echo ${{ env.RELEASE_TAG }}
- name: Run Docker buildx
run: |
CI=true docker buildx build \
docker buildx build \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64 \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-nav-fiber:${{ env.RELEASE_TAG }}" \
--output "type=registry" ./
- name: Run Docker buildx with latest tag
run: |
CI=true docker buildx build \
docker buildx build \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64 \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-nav-fiber:latest" \
Expand Down

0 comments on commit fb55c29

Please sign in to comment.