Create base docker image

This commit is contained in:
linguist
2020-12-30 21:20:27 +01:00
parent b5720b6990
commit e9c2a36853
4 changed files with 9 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
name: Publish Docker image
on:
release:
types: [ published ]
push:
branches: [ master ]
jobs:
publish:
name: Push Docker image to GitHub Packages
name: Publish to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -16,5 +16,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: lowlighter/metrics/metrics
tag_with_ref: true
tag_with_ref: true