Skip to content

Commit

Permalink
Merge pull request #550 from usommerl/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
mergify[bot] authored May 29, 2024
2 parents 9bb3634 + 60da626 commit 61e8dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
distribution: 'adopt'
java-version: 11
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -68,7 +68,7 @@ jobs:
docker tag $IMAGE_GHCR $IMAGE_GCR
echo "image_gcr=$IMAGE_GCR" >> $GITHUB_ENV
- name: Login to Google Container Registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: eu.gcr.io
username: _json_key
Expand Down

0 comments on commit 61e8dc7

Please sign in to comment.