mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-01 15:20:33 +00:00
GitHub container repo (#227)
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
- '*.*'
|
||||
branches:
|
||||
- master
|
||||
- gcr
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -80,8 +81,8 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true # Will only build if this is not here
|
||||
# ghcr.io/${{ github.repository }}:${{ github.ref }}
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:${{ github.ref }}
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user