fb9271949b81d0a92a3c49781bf7de7d27e70179
[GitHub/WoltLab/blacklist.git] / .github / workflows / docker-image.yml
1 name: Publish Docker image
2 on:
3 push:
4 branches:
5 - master
6 jobs:
7 push_to_registry:
8 name: Push Docker image to GitHub Packages
9 runs-on: ubuntu-latest
10 steps:
11 - name: Check out the repo
12 uses: actions/checkout@v2
13 - name: Push to GitHub Packages
14 uses: docker/build-push-action@v1
15 with:
16 username: ${{ github.actor }}
17 password: ${{ secrets.GITHUB_TOKEN }}
18 registry: docker.pkg.github.com
19 repository: woltlab/blacklist/updater
20 tag_with_ref: true