Skip to content

Commit

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

Bump docker/login-action from 1.10.0 to 1.12.0
  • Loading branch information
usommerl authored Jan 17, 2022
2 parents 9628333 + 072cb64 commit 24831a4
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 @@ -41,7 +41,7 @@ jobs:
distribution: 'adopt'
java-version: 11
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.12.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -59,7 +59,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@v1
uses: docker/login-action@v1.12.0
with:
registry: eu.gcr.io
username: _json_key
Expand Down

0 comments on commit 24831a4

Please sign in to comment.