Skip to content

Commit

Permalink
fixed location.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 20, 2023
1 parent 0f5096a commit f75c45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f75c45d

Please sign in to comment.