1 parent 4715e02 commit a373b8bCopy full SHA for a373b8b
2 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 5.2.0-8-gcfcde41
+_commit: 5.2.0-10-gc97e1fc
3
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
4
author_email: tom.cobb@diamond.ac.uk
5
author_name: Tom Cobb
.github/workflows/_container.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Set up Docker Buildx
20
id: buildx
21
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
22
23
- name: Log in to GitHub Docker Registry
24
if: github.event_name != 'pull_request'
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Create tags for publishing image
45
id: meta
46
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
47
with:
48
images: ghcr.io/${{ github.repository }}
49
tags: |
0 commit comments