Skip to content

Commit

Permalink
Merge pull request #4226 from greenbone/y0urself-patch-1
Browse files Browse the repository at this point in the history
Remove the workflow for the persistent runner ...
  • Loading branch information
a-h-abdelsalam authored Nov 22, 2024
2 parents f09a9ac + e48eb40 commit 5bab79e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,3 @@ jobs:
platforms: ${{ steps.container-opts.outputs.version == 'edge' && 'linux/amd64' || 'linux/amd64,linux/arm64' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deployment:
name: Deploy with Docker Compose
needs: images
runs-on: self-hosted-persist-gsa01
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Docker compose
working-directory: ./.docker
run: |
docker compose pull
docker compose up -d --remove-orphans
docker image prune -f

0 comments on commit 5bab79e

Please sign in to comment.