Skip to content

Commit

Permalink
fix dockerfile and upload tetst gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 12, 2025
1 parent 905803f commit d18357d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
echo "https://gopogh.blob.core.windows.net/gopogh/${{github.event.number}}/${{ steps.shortsha.outputs.sha8 }}/output.html"
echo "https://gopogh.blob.core.windows.net/gopogh/${{github.event.number}}/${{ steps.shortsha.outputs.sha8 }}/output.html"
echo "*******************************************************"
- name: Upload Test output
uses: actions/upload-artifact@v4
with:
name: "html test output"
path: ./out/*.html

2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.23 AS builder
WORKDIR /app
COPY Makefile ./
COPY go.mod go.sum ./
Expand Down

0 comments on commit d18357d

Please sign in to comment.