Skip to content

Commit

Permalink
Merge pull request #7 from smartcommunitylab/renovate/docker-login-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

Update docker/login-action action to v3.3.0
  • Loading branch information
ffais authored Oct 16, 2024
2 parents 802de1d + 2fe63c5 commit 73bf107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - linux/arm64
steps:
- name: Log in to the Container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 73bf107

Please sign in to comment.