Skip to content

Commit

Permalink
fix: perm
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Feb 23, 2022
1 parent 39a3002 commit 18b8b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker run --rm --name test -e "GEOIPUPDATE_ACCOUNT_ID=$GEOIPUPDATE_ACCOUNT_ID" -e "GEOIPUPDATE_LICENSE_KEY=$GEOIPUPDATE_LICENSE_KEY" -e 'GEOIPUPDATE_EDITION_IDS=GeoLite2-Country GeoLite2-City GeoLite2-ASN' -v $(pwd)/GeoIP:/usr/share/GeoIP maxmindinc/geoipupdate
echo "Download complete"
ls -la $(pwd)/GeoIP
sudo chmod 644 $(pwd)/GeoIP/*.mmdb -R
sudo chmod 777 $(pwd)/GeoIP -R
docker build -t aasaam/maxmind-lite-docker .
docker push aasaam/maxmind-lite-docker
docker tag aasaam/maxmind-lite-docker ghcr.io/aasaam/maxmind-lite-docker:latest
Expand Down

0 comments on commit 18b8b50

Please sign in to comment.