changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 26s

This commit is contained in:
Fedor Katurov 2024-08-16 23:10:47 +07:00
parent efc8529fa2
commit 661ce77564
3 changed files with 1 additions and 9 deletions

View file

@ -1,2 +0,0 @@
FROM alpine
CMD ["echo", "Hello StackOverflow!"]

View file

@ -1,6 +0,0 @@
# on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -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