Skip to content

Commit 619ccce

Browse files
committed
Only run build-push-action once
1 parent 1f439d8 commit 619ccce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,5 @@ jobs:
5555
docker cp $container_id:/rawhash2/build ./build
5656
docker rm $container_id
5757
58-
- name: Push Docker image to GHCR
59-
uses: docker/build-push-action@v4
60-
with:
61-
context: .
62-
push: true
63-
tags: ghcr.io/${{ steps.repo_owner.outputs.owner }}/build_test:latest
64-
6558
- name: Run Docker container
6659
run: docker run --rm ghcr.io/${{ steps.repo_owner.outputs.owner }}/build_test:latest -h

0 commit comments

Comments
 (0)