Skip to content

Commit

Permalink
renamed image
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRSGraziano committed Sep 24, 2024
1 parent 53b57ef commit c25f5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v2
- name: Publish
run: |
docker build -t ${{ vars.DOCKER_REGISTRY }}/wpp-bot:latest .
docker push ${{ vars.DOCKER_REGISTRY }}/wpp-bot:latest
docker build -t ${{ vars.DOCKER_REGISTRY }}/sticker-bot:latest .
docker push ${{ vars.DOCKER_REGISTRY }}/sticker-bot:latest
deploy:
name: Deploy
runs-on: ubuntu-latest
Expand Down
20 changes: 0 additions & 20 deletions test.cjs

This file was deleted.

0 comments on commit c25f5ba

Please sign in to comment.