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

Commit

Permalink
Bytt ut image-tag med sha i workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGaard committed Jan 26, 2021
1 parent cecf199 commit 01f8aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release/dev@${{ env.IMAGE_TAG }}
tag_name: release/dev@${{ github.sha }}
release_name: Release to dev
prerelease: true

Expand Down Expand Up @@ -109,6 +109,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release/prod@${{ env.IMAGE_TAG }}
tag_name: release/prod@${{ github.sha }}
release_name: Release to prod
prerelease: false

0 comments on commit 01f8aed

Please sign in to comment.