From d62fcd98b5818af91b781dc3ad23fde256303ac1 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Thu, 16 Jul 2020 19:30:05 +0200 Subject: [PATCH] Build master and stable branches --- .github/workflows/docker-build-latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-latest.yaml b/.github/workflows/docker-build-latest.yaml index e8bcdb9..16d950a 100644 --- a/.github/workflows/docker-build-latest.yaml +++ b/.github/workflows/docker-build-latest.yaml @@ -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