Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cefebcafa | |||
|
1f983634ae
|
|||
| befd34b773 | |||
| 7c2df90556 |
@@ -34,8 +34,7 @@ jobs:
|
||||
with:
|
||||
images: jcabillot/sabnzbd
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
type=raw,value=${{ steps.get-latest-tag.outputs.tag }},enable=${{ steps.get-latest-tag.outputs.tag != '' }}
|
||||
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
|
||||
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
@@ -29,6 +29,7 @@ jobs:
|
||||
images: jcabillot/sabnzbd
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=ref,event=tag,suffix=-latest
|
||||
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
context: .
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM debian:trixie-20260610
|
||||
FROM debian:trixie-20260623
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
RUN groupadd -r -g 666 sabnzbd && \
|
||||
|
||||
Reference in New Issue
Block a user