mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-09 05:15:55 +10:00
debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user