Skip to content

Commit

Permalink
Fixdocker-build.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
docjyJ committed Jun 13, 2024
1 parent 496a041 commit 68d88fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository }}
docjyj/aio-stalwart
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=develop
Expand All @@ -49,7 +49,7 @@ jobs:
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ github.actor }}
username: docjyj
password: ${{ secrets.DOCKER_TOKEN }}

- name: Log in to the GitHub Container Registry
Expand Down

0 comments on commit 68d88fd

Please sign in to comment.