|
|
@ -6,6 +6,7 @@ on:
|
|
|
|
- '*.*'
|
|
|
|
- '*.*'
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- master
|
|
|
|
|
|
|
|
- gcr
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
@ -80,8 +81,8 @@ jobs:
|
|
|
|
uses: docker/build-push-action@v2
|
|
|
|
uses: docker/build-push-action@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
push: true # Will only build if this is not here
|
|
|
|
push: true # Will only build if this is not here
|
|
|
|
|
|
|
|
# ghcr.io/${{ github.repository }}:${{ github.ref }}
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
ghcr.io/${{ github.repository }}:${{ github.ref }}
|
|
|
|
|
|
|
|
ghcr.io/${{ github.repository }}:latest
|
|
|
|
ghcr.io/${{ github.repository }}:latest
|
|
|
|
context: ./
|
|
|
|
context: ./
|
|
|
|
file: ./Dockerfile
|
|
|
|
file: ./Dockerfile
|
|
|
|