Skip to content

Commit

Permalink
chore: remove Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Jul 10, 2024
1 parent 6881314 commit 4f2a31c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Login to Dockerhub
uses: docker/login-action@v2
with:
username: jessedearing
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Registry
uses: docker/login-action@v2
with:
Expand All @@ -25,13 +20,12 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Push to Docker Hub and GitHub Registry
- name: Push to GitHub Registry
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
dockerfile: Dockerfile
push: true
tags: |
docker.io/jessedearing/debug:latest
ghcr.io/jessedearing/debug:latest

0 comments on commit 4f2a31c

Please sign in to comment.