Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nikandfor committed Jul 29, 2024
1 parent f9c0a9d commit 0ac7455
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
go-ver: ["1.22", "1.21", "1.20", "1.19"]
runs-on: ${{ matrix.os }}
steps:
- uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v3

- name: Build docker image
run: docker build .
- uses: docker/build-push-action@v6

test:
strategy:
Expand Down

0 comments on commit 0ac7455

Please sign in to comment.