Skip to content

Commit

Permalink
don't use set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes committed Aug 24, 2023
1 parent f3cc396 commit 8a12b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Publish docker image
run: |
echo ::set-env name=BUILD_NUMBER_WITH_OFFSET::$(($BUILD_NUMBER+4147))
echo "{BUILD_NUMBER_WITH_OFFSET}=${$BUILD_NUMBER+4147}" >> "$GITHUB_ENV"
docker tag notificationworkerlambda:DEV $NOTIFICATION_LAMBDA_REPOSITORY_URL:$BUILD_NUMBER_WITH_OFFSET
docker push ${NOTIFICATION_LAMBDA_REPOSITORY_URL}:${BUILD_NUMBER_WITH_OFFSET}
env:
Expand Down

0 comments on commit 8a12b2f

Please sign in to comment.