Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov authored Feb 15, 2022
1 parent 10e87f5 commit fd3115d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: Release
on:
push:
tags:
- "*.*.*"
- "*"

jobs:
docker:
name: Docker build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
- name: Checkout sources
Expand All @@ -21,7 +18,7 @@ jobs:
with:
method: github
url: ${{ secrets.VAULT_PUBLIC_URL }}
githubToken: ${{ github.token }}
githubToken: ${{ secrets.GH_TOKEN }}
secrets: |
infrastructure/data/harbor registry | DOCKER_REGISTRY ;
infrastructure/data/harbor username | DOCKER_USERNAME ;
Expand Down

0 comments on commit fd3115d

Please sign in to comment.