diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dev-branch.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index c3569a8..95d580a 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -73,16 +73,15 @@ jobs: runs-on: ubuntu-latest needs: Build steps: + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: name: dev-build-files path: ./build - - run: sudo mv ./build /build - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: actions/checkout@v4 - uses: docker/build-push-action@v5 with: push: true |
