Skip to content

Commit

Permalink
Drop pushing to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jul 28, 2024
1 parent 32a3ee1 commit b36cc24
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,3 @@ jobs:
run: |
docker build . --tag ghcr.io/gilbn/geoip2influx
docker push ghcr.io/gilbn/geoip2influx
push_to_dockerhub:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DH_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build&push
run: |
docker build . --tag gilbn/geoip2influx
docker push gilbn/geoip2influx

0 comments on commit b36cc24

Please sign in to comment.