mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 05:45:14 +02:00
renamed docker-compose.yml, fixed typos
This commit is contained in:
parent
ededc3b89b
commit
fd2629924a
3 changed files with 18 additions and 8 deletions
9
.github/workflows/build_main.yml
vendored
9
.github/workflows/build_main.yml
vendored
|
@ -17,6 +17,13 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up variables
|
||||
run: |
|
||||
VER=$(cat ./docker-build/VERSION)
|
||||
|
@ -41,3 +48,5 @@ jobs:
|
|||
tags: |
|
||||
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
||||
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:latest
|
||||
ghcr.io/${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
||||
ghcr.io/${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue