Add github package push

This commit is contained in:
Jan Speller 2020-04-13 19:49:56 +02:00 committed by Jan Speller
parent 48648913f8
commit cf33db9c64

View file

@ -14,4 +14,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag boswatch:$(date +%s) run: docker build . --file Dockerfile --tag boswatch:$(date +%s)
- name: docker login
run: docker login docker.pkg.github.com --username janspeller
- name: Push the Docker image to Github Packages
run: docker tag boswatch docker.pkg.github.com/janspeller/BW3-Core/boswatch:latest