Browse Source

Fix build.

pull/1016/head
Sebastian 3 years ago
parent
commit
6d0ace5577
  1. 1
      .github/workflows/dev.yml

1
.github/workflows/dev.yml

@ -102,6 +102,7 @@ jobs:
echo "BUILD_NUMBER=$(($BUILD_NUMBER + 6000))" >> $GITHUB_ENV
- name: Publish - Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}

Loading…
Cancel
Save