Skip to content

Commit

Permalink
ci: Push all image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gasinvein committed Feb 12, 2021
1 parent 96be50f commit 16f5fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
docker image tag \
${{ env.DOCKER_IMAGE }}:build \
${DOCKER_REGISTRY}/${DOCKER_IMAGE}:latest
docker image push \
docker image push --all-tags \
${DOCKER_REGISTRY}/${DOCKER_IMAGE}

0 comments on commit 16f5fc3

Please sign in to comment.