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

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
conache committed Mar 13, 2024
1 parent d5194b6 commit daf8edc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_push_docker_hub.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 Expand Up @@ -36,7 +34,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="latest"
IMAGE_TAG="${GITHUB_SHA:0:8}"
EXTRA_IMAGE_TAGS=$GIT_TAG
#! Add latest tag only if on named releases tag='v*'
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/build_push_ecr.yml

This file was deleted.

0 comments on commit daf8edc

Please sign in to comment.