Skip to content

Commit ad72e72

Browse files
committed
fix: Dockerfile syntax
1 parent 6db219f commit ad72e72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: main
22

33
on:
44
push:
5+
tags:
6+
- "*"
57
branches:
68
- main
79

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm-slim
22

3-
LABEL org.opencontainers.image.source = "https://github.com/dataforgoodfr/d4g-s3-backup"
4-
LABEL org.opencontainers.image.authors = "Data For Good"
3+
LABEL org.opencontainers.image.source="https://github.com/dataforgoodfr/d4g-s3-backup"
4+
LABEL org.opencontainers.image.authors="Data For Good France"
55

66
RUN apt update && apt install -y s3cmd && apt clean
77

0 commit comments

Comments
 (0)