diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dev-branch.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index 33172b0..c3569a8 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -82,8 +82,10 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - uses: actions/checkout@v4 - uses: docker/build-push-action@v5 with: push: true + context: . file: Dockerfile.dev tags: ${{ secrets.DOCKERHUB_USERNAME }}/pico-web-dev:latest |
