Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sargonpiraev authored Mar 19, 2024
1 parent e1ce439 commit c283cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
password: ${{ secrets.DOCKER_SECRET }}
- name: Upload docker image
run: |
IMAGE=piotrpersona/nats-streaming-ui
IMAGE=sargonpiraev/nats-streaming-ui
TAG=$GITHUB_SHA-$GITHUB_RUN_ID
docker build -t $IMAGE:$TAG .
docker push $IMAGE:$TAG
Expand Down

0 comments on commit c283cee

Please sign in to comment.