From 1253e7ffd46ed9c243093abe6a04f5a2d5549483 Mon Sep 17 00:00:00 2001 From: Alex O Bunnyshell Date: Mon, 11 Mar 2024 14:43:09 +0200 Subject: [PATCH] actions: fix tags --- .github/workflows/build_docker_image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml index ddbce13..656eb3d 100644 --- a/.github/workflows/build_docker_image.yaml +++ b/.github/workflows/build_docker_image.yaml @@ -48,8 +48,8 @@ jobs: # flavor: latest=false # tags: ${{ inputs.tag-rules }} tags: | - alexobunnyshell/example-github-actions:latest - alexobunnyshell/example-github-actions:0.0.2 + latest + 0.0.3 # - name: Build and push