Skip to content

Commit

Permalink
temp workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
delgado3d committed Oct 6, 2023
1 parent 43e4f9a commit 363e6d3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ami-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
target: extensions
tags: supabase/postgres:extensions
platforms: linux/${{ matrix.arch }}
cache-from: type=gha,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
cache-from: type=gha,scope=${{ github.ref_name }}-temp-${{ matrix.arch }}
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-temp-${{ matrix.arch }}
# No need to export extensions cache because latest depends on it
- name: Extract built packages
run: |
Expand Down Expand Up @@ -129,12 +130,12 @@ jobs:
run: |
aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
- name: Create release
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.process_release_version.outputs.version }}
tag_name: ${{ steps.process_release_version.outputs.version }}
target_commitish: ${{github.sha}}
# - name: Create release
# uses: softprops/action-gh-release@v1
# with:
# name: ${{ steps.process_release_version.outputs.version }}
# tag_name: ${{ steps.process_release_version.outputs.version }}
# target_commitish: ${{github.sha}}

# - name: Slack Notification on Failure
# if: ${{ failure() }}
Expand Down

0 comments on commit 363e6d3

Please sign in to comment.