We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c17b8c + 248e371 commit 3647419Copy full SHA for 3647419
.github/workflows/release-image.yml
@@ -20,13 +20,6 @@ jobs:
20
contents: read
21
packages: write
22
steps:
23
- - name: Wait for other workflows
24
- uses: lewagon/wait-on-check-action@v1.5.0
25
- with:
26
- ref: ${{ github.sha }}
27
- running-workflow-name: "Build and publish Docker image"
28
- repo-token: ${{ secrets.GITHUB_TOKEN }}
29
-
30
- name: Checkout
31
uses: actions/checkout@v4
32
@@ -76,7 +69,7 @@ jobs:
76
69
77
70
nix build .#packages.x86_64-linux.payjoin-mailroom-image.copyToDockerDaemon
78
71
result/bin/copy-to-docker-daemon
79
72
+
80
73
docker save docker.io/payjoin/payjoin-mailroom:${TAG} -o payjoin-mailroom-${TAG}.tar
81
74
82
75
echo "Image saved: payjoin-mailroom-${TAG}.tar"
0 commit comments