2 Commits

Author SHA1 Message Date
jzitnik 5fe3e345c7 another try
Build and Publish Package (amd64) / docker (push) Successful in 2m52s
2026-07-25 17:28:34 +02:00
jzitnik b76dc19006 fix: Build again
Build and Publish Package (amd64) / docker (push) Failing after 2m0s
2026-07-25 17:23:55 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -54,5 +54,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=gitea.jzitnik.dev/${{ steps.string_prep.outputs.owner }}/${{ steps.string_prep.outputs.repo }}:buildcache
cache-to: type=registry,ref=gitea.jzitnik.dev/${{ steps.string_prep.outputs.owner }}/${{ steps.string_prep.outputs.repo }}:buildcache,mode=max
+1 -1
View File
@@ -7,7 +7,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o mautrix-ntfy main.go
RUN go build -ldflags="-w -s" -o mautrix-ntfy .
FROM alpine:latest