Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit c23159e

Browse files
committed
ci: fix docker tagging (again)
1 parent 5003b5e commit c23159e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tag-n-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
uses: actions/checkout@v4
5959
with:
6060
ref: ${{ needs.tag.outputs.tag }}
61-
fetch-tags: true
6261
- name: Set up Docker Buildx
6362
uses: docker/setup-buildx-action@v3
6463
- name: Login to GitHub Container Registry
@@ -80,6 +79,9 @@ jobs:
8079
images: |
8180
ghcr.io/stapi-spec/stapi-fastapi
8281
${{ vars.AWS_ACCOUNT_ID }}.dkr.ecr.${{ vars.AWS_REGION }}.amazonaws.com/stapi-spec/stapi-fastapi
82+
tags: |
83+
${{ needs.tag.outputs.tag }}
84+
latest
8385
- name: Build and push
8486
uses: docker/build-push-action@v5
8587
with:

0 commit comments

Comments
 (0)