Skip to content

Commit

Permalink
ccf docker hub account
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Sep 18, 2024
1 parent 3207fc4 commit 7f0ba39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: guxxde/ccf-ctldap
images: devccf/ct-ldap-wrapper
tags: |
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
Expand All @@ -38,8 +38,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: guxxde
password: ${{ secrets.PUBLISH_TO_DOCKERHUB_TOKEN }}
username: devccf
password: ${{ secrets.POST_IMAGES_TOKEN }}

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

0 comments on commit 7f0ba39

Please sign in to comment.