You've already forked docker-tor
mirror of
https://github.com/jakejarvis/docker-tor.git
synced 2025-11-27 00:16:07 -05:00
fixes
This commit is contained in:
16
.github/workflows/build-and-push.yml
vendored
16
.github/workflows/build-and-push.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
# packages: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
@@ -27,18 +27,18 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# - uses: docker/login-action@v2
|
||||
# if: github.event_name != 'pull_request'
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/login-action@v2
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/metadata-action@v4
|
||||
id: meta
|
||||
with:
|
||||
images: |
|
||||
jakejarvis/tor
|
||||
# ghcr.io/jakejarvis/tor
|
||||
ghcr.io/jakejarvis/tor
|
||||
flavor: |
|
||||
latest=auto
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user