Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masipcat committed Mar 6, 2024
1 parent ceee1e2 commit a72c33d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
run: |
export VERSION=$(cat Dockerfile | grep 'wg_go_tag=' | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')
docker buildx create \
--name container \
--driver=docker-container
TAG=$VERSION make build_and_push
TAG=latest make build_and_push

0 comments on commit a72c33d

Please sign in to comment.