Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vnxme committed Nov 23, 2024
1 parent d1c06f7 commit ef813de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "light-handler"
tags:
- 'v*.*.*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:${GOLANG_VERSION}-alpine${A

RUN apk add --update --no-cache git

RUN git clone --depth 1 --branch v1.6.0 https://github.com/database64128/swgp-go /app
RUN git clone --depth 1 --branch light-handler https://github.com/vnxme/swgp-go /app

WORKDIR /app/cmd/swgp-go

Expand Down

0 comments on commit ef813de

Please sign in to comment.