Skip to content

Commit

Permalink
fix DOCKER secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
geschke committed Sep 30, 2024
1 parent 2fe8910 commit 0bd9ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Copy composer installation file
run: |
Expand Down

0 comments on commit 0bd9ae0

Please sign in to comment.