Skip to content

Commit

Permalink
feat: reverted github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Nov 26, 2024
1 parent c801141 commit 57d5cf6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cloudtty-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'APL-369'

env:
NAMESPACE: linode
Expand All @@ -29,11 +28,6 @@ jobs:
set -e
if [ "${{ github.ref_name }}" != "main" ]; then
NEW_VERSION="${{ github.ref_name }}"
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
exit 0
fi
# # Set the first image version to '0.1.0' if the repo does not exists.
# if ! curl -s -L --fail "https://hub.docker.com/v2/repositories/${{ env.NAMESPACE }}/${{ env.REPO }}"; then echo "NEW_VERSION=0.1.0" >> $GITHUB_ENV && exit 0; fi
Expand Down

0 comments on commit 57d5cf6

Please sign in to comment.