Skip to content

Commit

Permalink
Merge pull request #10 from GatorEducator/fix/docker-rename
Browse files Browse the repository at this point in the history
Fix issue with Docker action
  • Loading branch information
Michionlion authored Sep 11, 2020
2 parents 9c338f9 + 22a6283 commit e514928
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# See also https://docs.docker.com/docker-hub/builds/
push:
# Ensure test job passes before pushing image.
needs: test
needs: test-compile

runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
echo Old Version: ${{ steps.bump-tag-version.outputs.old-version }}
echo New Version: ${{ steps.bump-tag-version.outputs.version }}
echo Release Notes: ${{ steps.bump-tag-version.outputs.release-notes }}
- name: Create Release
if: steps.bump-tag-version.outputs.version != ''
uses: actions/create-release@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ jobs:
run: |
echo Old Version: ${{ steps.validate-pr-metadata.outputs.old-version }}
echo New Version: ${{ steps.validate-pr-metadata.outputs.version }}
echo Release Notes: ${{ steps.validate-pr-metadata.outputs.release-notes }}

0 comments on commit e514928

Please sign in to comment.