Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Merge pull request #505 from MilesCranmer/dependabot/github_actions/docker/metadata-action-5
Browse files
.github/workflows/docker_deploy.yml
CHANGED
@@ -38,9 +38,9 @@ jobs:
|
|
38 |
password: ${{ secrets.GITHUB_TOKEN }}
|
39 |
- name: Docker meta
|
40 |
id: meta
|
41 |
-
uses: docker/metadata-action@
|
42 |
with:
|
43 |
-
#
|
44 |
images: |
|
45 |
mcranmer/pysr
|
46 |
ghcr.io/${{ github.repository }}
|
|
|
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: |
|
45 |
mcranmer/pysr
|
46 |
ghcr.io/${{ github.repository }}
|