Skip to content

Commit

Permalink
Update build-dev-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Dec 4, 2023
1 parent ec08099 commit ca95490
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
id: vars
run: |
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
outputs:
date: ${{ steps.vars.outputs.date }}
sha_short: ${{ steps.vars.outputs.sha_short }}

call-docker-build:
name: Call develop Docker build
Expand All @@ -32,6 +30,6 @@ jobs:
with:
aws-region: ${{ vars.AWS_REGION }}
image-tag: 'develop-${{ github.run_number }}'
version: '${{ github.ref_name }}-${{ needs.variables-setup.outputs.sha_short }}'
version: 'develop-${{ github.run_number }}'
date: ${{ needs.variables-setup.outputs.date }}
secrets: inherit

0 comments on commit ca95490

Please sign in to comment.