mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 00:01:08 +07:00
Attempting to force a rebuild of the Docker container
This commit is contained in:
parent
911fd23dec
commit
6b88966b82
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Test
|
||||
name: Action Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user