This commit is contained in:
Izuco 2022-03-25 20:46:19 +01:00
parent 78d999f2d4
commit 272177e176
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -19,6 +19,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
if: ${{ github.ref == 'refs/heads/main' }}
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}