Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 29, 2024
1 parent 4e32c55 commit 050bf60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
id: commit
uses: prompt/actions-commit-hash@v3

- name: Git Submodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM golang:1.21-alpine as builder
RUN apk add --update git gcc g++ openssh-client make
WORKDIR /app
COPY go.mod go.sum ./
RUN git submodule update --init
COPY go-relay-client/ go-relay-client/
RUN go mod download
COPY . .
Expand Down

0 comments on commit 050bf60

Please sign in to comment.