GitHub container repo (#227)

pull/231/head
dgtlmoon 3 years ago committed by GitHub
parent cd20dea590
commit fd2d938528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save