Skip to content

Commit

Permalink
Update docker github action to v2 node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H committed Jun 1, 2023
1 parent de27764 commit 3bac9d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand All @@ -28,15 +28,15 @@ jobs:
OWNER: "${{ github.repository_owner }}"

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ env.OWNER_LC }}
password: ${{ secrets.GH_TOKEN }}

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Set lowercase GitHub repository name
run: |
Expand Down

0 comments on commit 3bac9d0

Please sign in to comment.