Skip to content

Commit

Permalink
test github posting
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jan 17, 2024
1 parent 1207c5d commit 5f2fc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smile-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: elgohr/[email protected]
with:
registry: docker.io
name: smile-server
name: socialmediamacroscope/smile-server
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
tags: "${{ env.TAGS }}"
Expand All @@ -105,7 +105,7 @@ jobs:
uses: elgohr/[email protected]
with:
registry: ghcr.io
name: ${{ matrix.github_repo_tag }}
name: ncsa/smiles-server
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: "${{ env.TAGS }}"
Expand Down

0 comments on commit 5f2fc4a

Please sign in to comment.