diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a77c68a..3188cd6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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}} @@ -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