Skip to content

Commit

Permalink
fix: Fix the build & release from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmoura committed Nov 25, 2020
1 parent ba0519b commit 9372052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -85,7 +85,6 @@ jobs:
LDAP_BASE_DN: "dc=example,dc=org"

- name: Docker Build & Release
if: steps.semantic.outputs.new_release_published == 'true'
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker build --tag ${BUILDLY_IMAGE} .
Expand Down

0 comments on commit 9372052

Please sign in to comment.