Update build.yml
This commit is contained in:
parent
e5277a12d9
commit
9a483f559e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
password: ${{ secrets.GH_PAT }}
|
||||
- name: build&push
|
||||
run: |
|
||||
docker build
|
||||
docker build .
|
||||
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 .
|
||||
docker push gilbn/geoip2influx
|
||||
|
|
Loading…
Reference in a new issue