Skip to content

Commit 0f1e84c

Browse files
Merge pull request #11 from artificialio/cd/2025-09-01-regular-docker-push
Just use regular docker push
2 parents 9f90d1f + 30e77e3 commit 0f1e84c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,5 @@ jobs:
2929
- run: nix run .#packages.x86_64-linux.container.copyToDockerDaemon
3030
- run: docker tag perfly:latest ghcr.io/artificialio/perfly:${{ inputs.release_name }}
3131
# Build and push the image
32-
- name: Build and Push Docker image
33-
uses: docker/build-push-action@v6
34-
with:
35-
context: .
36-
push: true
37-
tags: |
38-
ghcr.io/artificialio/perfly:latest
39-
ghcr.io/artificialio/perfly:${{ inputs.release_name }}
32+
- name: Push Docker image
33+
run: docker push ghcr.io/artificialio/perfly:${{ inputs.release_name }}

0 commit comments

Comments
 (0)