mirror of
https://github.com/noandrea/geo2tz.git
synced 2025-12-22 10:47:07 +00:00
fix: docker image won't build
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
FROM scratch
|
||||
ENTRYPOINT [ "/geo2tz" ]
|
||||
CMD [ "start" ]
|
||||
COPY geo2tz /
|
||||
COPY tzdata /
|
||||
COPY /geo2tz /geo2tz
|
||||
COPY /tzdata /tzdata
|
||||
Reference in New Issue
Block a user