Skip to content

Commit

Permalink
deploy to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Sep 5, 2024
1 parent 309a73e commit 3207fc4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v4
with:
images: ghcr.io/ccfreiburg/ccf-ctldap
images: guxxde/ccf-ctldap
tags: |
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
Expand All @@ -35,12 +35,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GHCR
uses: docker/login-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHR_PACKAGE_POST }}
username: guxxde
password: ${{ secrets.PUBLISH_TO_DOCKERHUB_TOKEN }}

- name: Build image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 3207fc4

Please sign in to comment.