Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Mar 10, 2024
1 parent 5f391fb commit 485c06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD /ui .
ADD .git .
RUN npm i; npm run build;

FROM golang:1.21.4 as GO_BUILDER
FROM golang:1.21.7 as GO_BUILDER
ARG VER
WORKDIR /server
ADD . .
Expand Down

0 comments on commit 485c06a

Please sign in to comment.