Skip to content

Commit

Permalink
update the deploy workflow and removed unused ones
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Feb 27, 2024
1 parent f02f927 commit 3784c96
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 1,210 deletions.
133 changes: 0 additions & 133 deletions .github/workflows/checks.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/cleanup.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/deploy-main.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/deploy-review-l2.yml

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/deploy-subspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ env:
# cancel-in-progress: true

jobs:
make_slug:
name: Make GitHub reference slug
publish_image:
name: Publish Docker image
runs-on: ubuntu-latest
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -55,5 +55,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
Loading

0 comments on commit 3784c96

Please sign in to comment.