Skip to content

Commit

Permalink
ci: modify action for test
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DRUN3 committed Jul 5, 2023
1 parent a4fb8ac commit a655c96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# File generated by github.com/posener/goaction. DO NOT EDIT.


# Start with a base Golang image
FROM golang:1.20-alpine

Expand All @@ -14,5 +11,4 @@ COPY . .
RUN go build -o github-content-sync .

# Set the entry point as CMD
CMD ["./github-content-sync"]

CMD ["./github-content-sync"]

0 comments on commit a655c96

Please sign in to comment.