Skip to content

Commit

Permalink
Use fill path again
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 2, 2024
1 parent 1491ab5 commit 5949ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.22

COPY template /github/workspace/template
RUN find /github/workspace -print
WORKDIR /app
COPY . /app
RUN go build .
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
template-file:
description: 'The template file to use for the overview'
required: true
default: 'template/default.tpl'
default: '/github/workspace/template/default.tpl'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 5949ece

Please sign in to comment.