Skip to content

Commit

Permalink
break: image name strabot/strabot-manager -> strabot/manager
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Aug 17, 2024
1 parent d1629fb commit 78c6ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4
- uses: satackey/[email protected]
continue-on-error: true
- run: docker image build -t strabot/strabot-manager:latest -t strabot/strabot-manager:$(npm pkg get version | sed 's/"//g') .
- run: docker image build -t strabot/manager:latest -t strabot/manager:$(npm pkg get version | sed 's/"//g') .
- run: docker login -u strabot -p ${{ secrets.DOCKER_HUB_TOKEN }}
- run: docker image push -a strabot/strabot-manager
- run: docker image push -a strabot/manager
- uses: peter-evans/dockerhub-description@v3
with:
username: strabot
Expand Down

0 comments on commit 78c6ea1

Please sign in to comment.