Skip to content

Commit

Permalink
try that again
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 10, 2024
1 parent b850866 commit 196485b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-bskyweb-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Add bundle date to GitHub output
id: bundle-date
run: echo "BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> $GITHUB_ENV
run: echo bundle-date=$(date -u +"%y%m%d%H") >> $GITHUB_ENV

- name: Build and push Docker image
id: build-and-push
Expand All @@ -61,4 +61,4 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
EXPO_PUBLIC_BUNDLE_IDENTIFIER=${{ github.sha }}
EXPO_PUBLIC_BUNDLE_DATE=${{ steps.bundle-date.outputs.BUNDLE_DATE }}
EXPO_PUBLIC_BUNDLE_DATE=${{ steps.bundle-date.outputs.bundle-date }}

0 comments on commit 196485b

Please sign in to comment.