This commit is contained in:
2019-09-01 17:34:01 +10:00
parent f86ed0e78a
commit 032be46fcf
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_HUB_PASS }}
run: docker --version && docker build -t wahyd4/aria2-ui:3.0.$(date +%s) .
- name: Push Docker image
- name: Push Docker image $(github.event_name)==$(github.ref)
if: github.event_name == 'push' && github.ref == 'master'
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASS