Skip to content

Commit

Permalink
Remove not useful conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 14, 2023
1 parent 591a2bf commit ec1ee06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Login to GHCR
if: github.event_name == 'workflow_call' && github.event.inputs.images != ''
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image to GHCR
if: github.event_name == 'workflow_call' && github.event.inputs.images != ''
run: |
for name in ${{ inputs.images }}
do
Expand Down

0 comments on commit ec1ee06

Please sign in to comment.