We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db219f commit ad72e72Copy full SHA for ad72e72
.github/workflows/main.yml
@@ -2,6 +2,8 @@ name: main
2
3
on:
4
push:
5
+ tags:
6
+ - "*"
7
branches:
8
- main
9
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:bookworm-slim
-LABEL org.opencontainers.image.source = "https://github.com/dataforgoodfr/d4g-s3-backup"
-LABEL org.opencontainers.image.authors = "Data For Good"
+LABEL org.opencontainers.image.source="https://github.com/dataforgoodfr/d4g-s3-backup"
+LABEL org.opencontainers.image.authors="Data For Good France"
RUN apt update && apt install -y s3cmd && apt clean
0 commit comments