Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 7df9722

Browse files
committed
Use latest tag.
1 parent 1d38232 commit 7df9722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
id: meta
2828
uses: docker/metadata-action@v4
2929
with:
30-
images: ghcr.io/realiserad/adcs-deployment
30+
images: ghcr.io/realiserad/adcs-deployment
31+
flavor: |
32+
latest=true
3133
- name: Build an image and push it to ghcr.io
3234
uses: docker/build-push-action@v3
3335
with:

0 commit comments

Comments
 (0)