Browse Source

set up tag again on build

docker-build-test
Gonzalo Aune 4 years ago
parent
commit
64643015da
  1. 6
      .github/workflows/docker-build.yml

6
.github/workflows/docker-build.yml

@ -4,8 +4,8 @@ env:
on:
push:
branches:
- 'docker-build-test'
tags:
- '*'
jobs:
build:
@ -52,5 +52,5 @@ jobs:
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-relay:test" \
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-relay:${{ env.RELEASE_TAG }}" \
--output "type=registry" ./

Loading…
Cancel
Save