diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-08 18:02:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 18:02:13 -0800 |
| commit | 69d713ed9aeed16cffc84f21a3408f0523792652 (patch) | |
| tree | 6f25cb0db18947254bb7ddc3a4b567804a577c4f /.github/workflows | |
| parent | b3abf6dc8bf3a7b3c3cce7a3861f305c760fbcf5 (diff) | |
| download | sally-69d713ed9aeed16cffc84f21a3408f0523792652.tar.gz | |
Bump docker/metadata-action from 4 to 5 (#113)
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 c73ba34..99f9031 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,7 +28,7 @@ jobs: # needed for the build step. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} |