diff options
author | devin ivy <devinivy@gmail.com> | 2024-06-24 21:06:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 21:06:53 -0400 |
commit | 682f31ec9df290a63ec5b91c5943399da675b96f (patch) | |
tree | 10f7c90ac0595c347ce746cb1f98faca02580126 /.github/workflows | |
parent | 6cda6412502c9af9ca07194d598ed37e880df23d (diff) | |
download | voidsky-682f31ec9df290a63ec5b91c5943399da675b96f.tar.zst |
Add og meta tags to starter pack detail (#4585)
* add og meta tags to starter pack detail * tidy * bskyweb: add starter pack title to og meta * bskyweb build * go version to 1.22 * tidy
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-and-push-bskyweb-aws.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml index bcd759b0c..6eb9485b1 100644 --- a/.github/workflows/build-and-push-bskyweb-aws.yaml +++ b/.github/workflows/build-and-push-bskyweb-aws.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - divy/bskylink env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} |