Skip to content

Commit

Permalink
OPHLUDOS-205-1: remove too early tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
horttanainen committed Aug 21, 2024
1 parent 8a08be0 commit 0c62b69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ jobs:
task: build-image
status: ${{ needs.push_image.result == 'success' && 'success' || 'failure' }}
api_key: ${{ secrets.RADIATOR_AUTH_TOKEN }}
- run: |
git config user.name github-actions
git config user.email [email protected]
git tag --force green-dev
git push --force origin green-dev

deploy_untuva:
needs: [push_image]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_untuva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
packages: read
id-token: write
contents: write
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 0c62b69

Please sign in to comment.