reenable docker login guard

This commit is contained in:
Dedy Martadinata Supriyadi 2022-06-30 22:24:46 +07:00
parent 9788f67efd
commit 0650c9eee3

View File

@ -281,7 +281,7 @@ jobs:
id: slug
- name: Login to Docker Hub
#if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}