From 307d0063460e6e0c077fa0b9c74834e33bbbc4cb Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sat, 6 Jul 2024 13:14:40 +0300 Subject: [PATCH] wip --- .github/workflows/build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 6a8f655..af5ef9e 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -51,5 +51,5 @@ jobs: platforms: linux/amd64,linux/arm64 context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: latest # TODO ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file