fix: docker image won't build

This commit is contained in:
Andrea Giacobino
2023-06-23 22:40:24 +02:00
parent 07774b3c14
commit f13e80991a
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
if: steps.release-please.outputs.release_created
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

View File

@@ -2,5 +2,5 @@
FROM scratch
ENTRYPOINT [ "/geo2tz" ]
CMD [ "start" ]
COPY geo2tz /
COPY tzdata /
COPY /geo2tz /geo2tz
COPY /tzdata /tzdata