Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Oct 17, 2023
1 parent c89aa53 commit 8730570
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
name: Build and Push Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}

- run: echo "tag=$(cat version.txt)" >> $GITHUB_ENV

- name: Bump Version
Expand All @@ -37,6 +41,5 @@ jobs:
id: semver
uses: pagopa/github-actions-template/ghcr-build-push@v1.5.4
with:
branch: ${{ github.ref_name}}
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.bump_version.outputs.new_version }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8730570

Please sign in to comment.