diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-08 18:01:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 18:01:37 -0800 |
| commit | b3abf6dc8bf3a7b3c3cce7a3861f305c760fbcf5 (patch) | |
| tree | bdaa52995e4d37de259dfa7e317ceef8d17f2837 /.github | |
| parent | c42ea1334ea4c342ac17e9296a91f0ecd646e895 (diff) | |
| download | sally-b3abf6dc8bf3a7b3c3cce7a3861f305c760fbcf5.tar.gz | |
Bump docker/login-action from 2 to 3 (#112)
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6300227..c73ba34 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Log into Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} |