Skip to content

Commit

Permalink
set up tag again on build
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloaune committed Dec 18, 2020
1 parent aa021cd commit 6464301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:

on:
push:
branches:
- 'docker-build-test'
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -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" ./

0 comments on commit 6464301

Please sign in to comment.