Skip to content

Commit

Permalink
[skip ci] ci: fix publish.yaml (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz authored Oct 28, 2022
1 parent 8ffb39c commit 5a6fcca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
submodules: "recursive"

- name: Docker build
run:
docker build . -f docker/Dockerfile -t ${IMAGE_NAME}:${GITHUB_REF#refs/*/}

run: |
docker build . -f docker/Dockerfile \
--build-arg BUILDER_IMAGE=${{ matrix.builder_image }} \
--build-arg LD_IMAGE=${{ matrix.ld_image }} \
Expand Down

0 comments on commit 5a6fcca

Please sign in to comment.