Skip to content

Commit

Permalink
chore(ci/cd): fix image name to reference gator-app (not sqrl-server)
Browse files Browse the repository at this point in the history
  • Loading branch information
galacticglum committed Feb 16, 2023
1 parent 55e5b0a commit f5b77e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/sqrl-server
${{ secrets.DOCKERHUB_USERNAME }}/gator-app
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit f5b77e4

Please sign in to comment.