Skip to content

Commit

Permalink
FEAT: upgraded docker login-action plugin version (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Tarbaev <[email protected]>
  • Loading branch information
tarbaev-vl and Vladimir Tarbaev authored Nov 4, 2024
1 parent 3e27bbd commit 997fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 997fd2e

Please sign in to comment.