changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 26s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 26s
This commit is contained in:
parent
efc8529fa2
commit
661ce77564
3 changed files with 1 additions and 9 deletions
|
@ -1,2 +0,0 @@
|
|||
FROM alpine
|
||||
CMD ["echo", "Hello StackOverflow!"]
|
|
@ -1,6 +0,0 @@
|
|||
# on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- run: ls -lah
|
||||
- run: yarn add yup
|
||||
- run: ls -lah
|
||||
- run: echo ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
- run: ls ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
- run: echo ${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
# - name: Build and push Docker image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue