Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
1443cfee12 | |||
0d17b5d474 | |||
3eed66b9a9 | |||
184e673277 | |||
83926b0f9a |
8
.github/workflows/build-docker.yml
vendored
Normal file → Executable file
8
.github/workflows/build-docker.yml
vendored
Normal file → Executable file
@ -21,7 +21,6 @@ jobs:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
hascheksolutions/http2pic
|
||||
ghcr.io/hascheksolutions/http2pic
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=schedule
|
||||
@ -41,13 +40,6 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Login to GHCR
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
Reference in New Issue
Block a user