Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
•
87f8696
1
Parent(s):
b2e8dea
Bump docker/metadata-action from 4 to 5
Browse filesBumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/docker_deploy.yml
CHANGED
@@ -38,7 +38,7 @@ jobs:
|
|
38 |
password: ${{ secrets.GITHUB_TOKEN }}
|
39 |
- name: Docker meta
|
40 |
id: meta
|
41 |
-
uses: docker/metadata-action@
|
42 |
with:
|
43 |
# list of Docker images to use as base name for tags
|
44 |
images: |
|
|
|
38 |
password: ${{ secrets.GITHUB_TOKEN }}
|
39 |
- name: Docker meta
|
40 |
id: meta
|
41 |
+
uses: docker/metadata-action@v5
|
42 |
with:
|
43 |
# list of Docker images to use as base name for tags
|
44 |
images: |
|