Update gomod to reflect repo transfer

This commit is contained in:
viktorstrate
2020-12-17 22:51:43 +01:00
parent f2212988b7
commit 4cd822f068
37 changed files with 186 additions and 255 deletions

View File

@@ -77,19 +77,19 @@ jobs:
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
- name: Docker Login
if: success() && github.event_name != 'pull_request' && github.repository == 'viktorstrate/photoview'
if: success() && github.event_name != 'pull_request' && github.repository == 'photoview/photoview'
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
echo "${DOCKER_PASSWORD}" | docker login --username "${{ steps.prepare.outputs.docker_username }}" --password-stdin
- name: Push to Docker Hub
if: success() && github.event_name != 'pull_request' && github.repository == 'viktorstrate/photoview'
if: success() && github.event_name != 'pull_request' && github.repository == 'photoview/photoview'
run: |
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
# - name: Docker Check Manifest
# if: always() && github.event_name != 'pull_request' && github.repository == 'viktorstrate/photoview'
# if: always() && github.event_name != 'pull_request' && github.repository == 'photoview/photoview'
# run: |
# docker run --rm mplatform/mquery ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}

View File

@@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
if: github.repository == 'viktorstrate/photoview'
if: github.repository == 'photoview/photoview'
runs-on: ubuntu-latest
strategy: