Skip to content

Commit

Permalink
fix: Dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pagbrl committed Oct 18, 2024
1 parent 6db219f commit ad72e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: main

on:
push:
tags:
- "*"
branches:
- main

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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

Expand Down

0 comments on commit ad72e72

Please sign in to comment.