We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f90d1f + 30e77e3 commit 0f1e84cCopy full SHA for 0f1e84c
1 file changed
.github/workflows/push.yml
@@ -29,11 +29,5 @@ jobs:
29
- run: nix run .#packages.x86_64-linux.container.copyToDockerDaemon
30
- run: docker tag perfly:latest ghcr.io/artificialio/perfly:${{ inputs.release_name }}
31
# 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 }}
+ - name: Push Docker image
+ run: docker push ghcr.io/artificialio/perfly:${{ inputs.release_name }}
0 commit comments