Skip to content

Commit

Permalink
Add the tag back in for docker
Browse files Browse the repository at this point in the history
Release on tag
  • Loading branch information
owenrumney committed May 20, 2021
1 parent b0f44e0 commit 59db077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -46,6 +46,11 @@ jobs:
docker version
docker run --rm hello-world
- name: Get Tag
id: get_tag
run: |
echo ::set-output name=TRAVIS_TAG::${GITHUB_REF#refs/tags/}
- name: Release Docker
run: |
make image
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Expand Up @@ -59,5 +59,3 @@ release:
github:
owner: tfsec
name: tfsec

draft: true

0 comments on commit 59db077

Please sign in to comment.