Skip to content

Commit

Permalink
chore: update github action docker login to v3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairoFernandez authored Jun 13, 2024
1 parent 48ec242 commit c60f390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_gcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true

jobs:
publish_to_public_grc:
publish_to_public_gcr:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
uses: docker/#-action@v1
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit c60f390

Please # to comment.