1 parent 635f263 commit 0915fbeCopy full SHA for 0915fbe
1 file changed
.github/workflows/build.yaml
@@ -44,13 +44,21 @@ jobs:
44
username: ${{ github.repository_owner }}
45
password: ${{ secrets.GITHUB_TOKEN }}
46
47
+ - name: 👤 login to docker hub
48
+ if: github.event_name != 'pull_request'
49
+ uses: docker/login-action@v1
50
+ with:
51
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
52
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
53
+
54
- name: 🏷 docker meta
55
id: docker_meta # you'll use this in the next step
56
uses: docker/metadata-action@v3
57
with:
58
# list of Docker images to use as base name for tags
59
images: |
60
ghcr.io/${{ github.repository_owner }}/13ft
61
+ docker.io/wasimaster/13ft
62
# Docker tags based on the following events/attributes
63
tags: |
64
type=schedule
0 commit comments