Build master and stable branches

This commit is contained in:
Felipe Martin 2020-07-16 19:30:05 +02:00
parent d58f0e29ed
commit d62fcd98b5
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 2 additions and 2 deletions

View File

@ -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