mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-24 01:01:08 +07:00
Added test assets for Docker strategy
This commit is contained in:
parent
bacfccaa39
commit
3a8a42e855
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
with:
|
||||
strategy: docker
|
||||
tag_prefix: test_docker_
|
||||
root: ./test
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
6
test/Dockerfile
Normal file
6
test/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:13-alpine
|
||||
LABEL version=1.1.0
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN cd /app && npm i
|
||||
CMD ["node", "/app/main.js"]
|
Loading…
Reference in New Issue
Block a user