Skip to content

Commit

Permalink
Merge pull request #39 from SG60/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3.3.0
  • Loading branch information
SG60 authored Nov 6, 2024
2 parents f88b771 + 9014748 commit d11e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: nix develop .#${{ matrix.target.rust }} -c cargo build --target ${{ matrix.target.rust }} --release

- name: Login to Docker registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.0.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: lhr.ocir.io
username: ${{ secrets.OCIR_USERNAME }}
Expand Down

0 comments on commit d11e678

Please sign in to comment.