MilesCranmer commited on
Commit
5e43e5b
2 Parent(s): 0cd0d61 b4f3cd2

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@v4
42
  with:
43
- # list of Docker images to use as base name for tags
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 }}