Build master and stable branches
This commit is contained in:
parent
d58f0e29ed
commit
d62fcd98b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build-latest.yaml
vendored
4
.github/workflows/docker-build-latest.yaml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
|||
- name: Push into Github packages (latest)
|
||||
run: |
|
||||
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u fmartingr --password-stdin
|
||||
docker tag butterrobot:$(git rev-parse --short HEAD) docker.pkg.github.com/fmartingr/butterrobot/butterrobot:master
|
||||
docker push docker.pkg.github.com/fmartingr/butterrobot/butterrobot:master
|
||||
docker tag butterrobot:$(git rev-parse --short HEAD) docker.pkg.github.com/fmartingr/butterrobot/butterrobot:latest
|
||||
docker push docker.pkg.github.com/fmartingr/butterrobot/butterrobot:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue