Skip to content

Commit

Permalink
ci: move login actions up
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger authored and ChrisSchinnerl committed Sep 28, 2024
1 parent 29eb073 commit 42f818b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3 # helps with rate limit issues
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand All @@ -36,6 +34,8 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/metadata-action@v4
name: Generate tags
id: meta
Expand Down

0 comments on commit 42f818b

Please sign in to comment.