Skip to content

Commit

Permalink
Fixes for bulld (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthen0ise authored Oct 22, 2024
1 parent f123470 commit a2c6bdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +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 ./...
- 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 ./...
2 changes: 1 addition & 1 deletion extension/tgbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS builder
FROM golang:1.18-alpine AS builder

ENV GO111MODULE=on

Expand Down

1 comment on commit a2c6bdf

@vercel
Copy link

@vercel vercel bot commented on a2c6bdf 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.