Skip to content

Commit

Permalink
ci: publish antithesis-bot (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Dec 22, 2024
1 parent 18b04e2 commit ad9eea5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}/antithesis-tag:latest
ghcr.io/${{ github.repository }}/antithesis-tag:${{ github.sha }}
- name: Build and push antithesis-bot
uses: depot/build-push-action@v1
with:
project: qln0fqqvvd
token: ${{ secrets.DEPOT_TOKEN }}
context: .
target: antithesis-bot
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.repository }}/antithesis-bot:latest
ghcr.io/${{ github.repository }}/antithesis-bot:${{ github.sha }}
publish:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit ad9eea5

Please sign in to comment.