Skip to content

Commit

Permalink
Kill the twitter bird
Browse files Browse the repository at this point in the history
  • Loading branch information
meyskens committed Nov 26, 2023
1 parent 6ce56c4 commit 2589e1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 185 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login registry.dispatch.sh -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Build the main Docker image
run: docker buildx build . --file Dockerfile --tag registry.dispatch.sh/maartje/thomas-bot:$GITHUB_SHA --push --platform "linux/amd64,linux/arm64,linux/arm"

- name: Build the Twitter Docker image
run: docker buildx build . --file Dockerfile.twitter --build-arg src=registry.dispatch.sh/maartje/thomas-bot:$GITHUB_SHA --tag registry.dispatch.sh/maartje/thomas-bot-twitter:$GITHUB_SHA --push --platform "linux/amd64,linux/arm64,linux/arm"
run: docker buildx build . --file Dockerfile --tag registry.dispatch.sh/maartje/thomas-bot:$GITHUB_SHA --push --platform "linux/amd64,linux/arm64,linux/arm"
7 changes: 0 additions & 7 deletions Dockerfile.twitter

This file was deleted.

174 changes: 0 additions & 174 deletions cmd/thomas/twitter.go

This file was deleted.

0 comments on commit 2589e1d

Please sign in to comment.