Skip to content

Commit

Permalink
Fix error in docker workflow step (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthen0ise authored Oct 22, 2024
1 parent 9d732ea commit f123470
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@ jobs:
- name: Format
run: test -z $(gofmt -l .)

- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: ./extension/tgbot
push: true
tags: iamthen0ise/w2r-tgbot:latest
if: github.ref == 'refs/heads/master'
- name: Build
run: go build -v ./...

1 comment on commit f123470

@vercel
Copy link

@vercel vercel bot commented on f123470 Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.