diff --git a/.github/workflows/push-issue.yml b/.github/workflows/push-issue.yml index 518b49b142..b3f21d2491 100644 --- a/.github/workflows/push-issue.yml +++ b/.github/workflows/push-issue.yml @@ -27,9 +27,9 @@ jobs: name: Linux runs-on: ubuntu-latest container: - image: docker.io/maven/eclipse-temurin-21-alpine + image: maven/eclipse-temurin-21-alpine credentials: - username: ${{ github.actor }} + username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} steps: - name: 'Checkout'