Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
conache committed Mar 13, 2024
1 parent 553c42d commit d5194b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_push_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build and Push docker image to Docker Hub

on:
push:
branch:
- main
branches:
- '**'
tags:
- 'v*'
- dev-latest
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
#! Due to we trigger on push.tags GITHUB_REF - is the tag name
GIT_TAG="$(echo $GITHUB_REF| sed 's#refs/tags/##')"
IMAGE_TAG="${GITHUB_SHA:0:8}"
IMAGE_TAG="latest"
EXTRA_IMAGE_TAGS=$GIT_TAG
#! Add latest tag only if on named releases tag='v*'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_push_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and Push docker image to Docker Hub

on:
push:
branches:
- '**'
tags:
- 'v*'
- dev-latest
Expand Down

0 comments on commit d5194b6

Please sign in to comment.