mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2026-06-14 04:47:31 +07:00
Attempting to force a rebuild of the Docker container
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Test
|
||||
name: Action Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ FROM node:13-alpine
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN cd /app && npm i
|
||||
ENTRYPOINT ["node", "/app/main.js"]
|
||||
CMD ["node", "/app/main.js"]
|
||||
Reference in New Issue
Block a user