Build master and stable branches

This commit is contained in:
Felipe M 2020-07-16 19:30:05 +02:00
parent d58f0e29ed
commit d62fcd98b5
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -17,5 +17,5 @@ jobs:
- name: Push into Github packages (latest) - name: Push into Github packages (latest)
run: | run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u fmartingr --password-stdin 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 tag butterrobot:$(git rev-parse --short HEAD) docker.pkg.github.com/fmartingr/butterrobot/butterrobot:latest
docker push docker.pkg.github.com/fmartingr/butterrobot/butterrobot:master docker push docker.pkg.github.com/fmartingr/butterrobot/butterrobot:latest