We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f257b9 commit 116bf1cCopy full SHA for 116bf1c
.github/workflows/ghcr-push.yml
@@ -1,9 +1,5 @@
1
name: Build and Push Docker Image
2
3
-permissions:
4
- contents: write
5
- packages: write
6
-
7
on:
8
push:
9
branches:
Dockerfile
@@ -11,4 +11,4 @@ COPY src ./src
11
RUN cargo build --release
12
13
# Set the default command to run the log generator with the desired arguments
14
-CMD ["./target/release/log-generator"]
+ENTRYPOINT ["./target/release/log-generator"]
0 commit comments