mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Add github package push
This commit is contained in:
parent
48648913f8
commit
cf33db9c64
5
.github/workflows/build_image.yml
vendored
5
.github/workflows/build_image.yml
vendored
|
|
@ -14,4 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue