Update build.yml

This commit is contained in:
GilbN 2021-08-11 23:12:51 +02:00 committed by GitHub
parent 9a483f559e
commit c0167fc65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.GH_PAT }}
- name: build&push
run: |
docker build .
docker build . --tag ghcr.io/gilbn/geoip2influx
docker push ghcr.io/gilbn/geoip2influx
push_to_dockerhub:
runs-on: ubuntu-latest
@ -35,5 +35,5 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build&push
run: |
docker build .
docker build . --tag gilbn/geoip2influx
docker push gilbn/geoip2influx