Skip to content

Commit a373b8b

Browse files
committed
1 parent 4715e02 commit a373b8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.2.0-8-gcfcde41
2+
_commit: 5.2.0-10-gc97e1fc
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

.github/workflows/_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Set up Docker Buildx
2020
id: buildx
21-
uses: docker/setup-buildx-action@v3
21+
uses: docker/setup-buildx-action@v4
2222

2323
- name: Log in to GitHub Docker Registry
2424
if: github.event_name != 'pull_request'
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create tags for publishing image
4545
id: meta
46-
uses: docker/metadata-action@v5
46+
uses: docker/metadata-action@v6
4747
with:
4848
images: ghcr.io/${{ github.repository }}
4949
tags: |

0 commit comments

Comments
 (0)