Skip to content

Commit

Permalink
merge dependabot from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Apr 3, 2024
2 parents 4012901 + 0b29d20 commit 671a859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
required: true
default: 'X.X.X.RCX'
docker:
required: true
required: true
type: choice
options:
- 'enabled'
- 'disabled'
- 'disabled'

jobs:
build:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
./build-docker.sh
- name: docker login
if: ( github.event.inputs.docker == 'enabled' )
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 671a859

Please sign in to comment.