Skip to content

Commit

Permalink
update docker/login-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed May 2, 2023
1 parent 6fbe6a0 commit 3488572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Images of Minimal GraalVM
- name: Build and Push Docker Images
uses: docker/build-push-action@v3
with:
push: true
Expand Down

0 comments on commit 3488572

Please sign in to comment.