Skip to content

Commit

Permalink
Try github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 2, 2024
1 parent 6cbe5bb commit 2cb16bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22

WORKDIR /app
COPY . /app
WORKDIR /github/workspace
COPY . /github/workspace
RUN go build .
ENTRYPOINT ["/app/deployment-overview"]
ENTRYPOINT ["/github/workspace/deployment-overview"]
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: '/github/workspace/template/default.tpl'
default: 'template/default.tpl'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 2cb16bf

Please sign in to comment.