From 3dfea814cba2d9fe5683ee9022321f9ea7897fd3 Mon Sep 17 00:00:00 2001 From: Roman Plevka Date: Thu, 14 Nov 2024 17:12:26 +0100 Subject: [PATCH] Gh action 2 (#6) * fix gh workflow syntax - tag list * fix typo in tag in workflow --------- Co-authored-by: Roman Plevka --- .github/workflows/build_publish_image.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_publish_image.yaml b/.github/workflows/build_publish_image.yaml index 3ad67b7..853fea1 100644 --- a/.github/workflows/build_publish_image.yaml +++ b/.github/workflows/build_publish_image.yaml @@ -5,7 +5,6 @@ on: push: branches: - main - workflow_dispatch: jobs: rekuper_container: @@ -33,7 +32,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: rekuper - tags: lastest + tags: latest registry: ${{ secrets.QUAY_SERVER }}/${{ secrets.QUAY_NAMESPACE }} username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }}