diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ae80a7f..0c771ec 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,11 +29,5 @@ jobs: - run: nix run .#packages.x86_64-linux.container.copyToDockerDaemon - run: docker tag perfly:latest ghcr.io/artificialio/perfly:${{ inputs.release_name }} # Build and push the image - - name: Build and Push Docker image - uses: docker/build-push-action@v6 - with: - context: . - push: true - tags: | - ghcr.io/artificialio/perfly:latest - ghcr.io/artificialio/perfly:${{ inputs.release_name }} + - name: Push Docker image + run: docker push ghcr.io/artificialio/perfly:${{ inputs.release_name }}