Skip to content

Commit

Permalink
ci(build,clippy): Setup merge queue ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
PotentialStyx committed Feb 18, 2024
1 parent 12b6e79 commit 5fe34e0
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"push": { "branches": ["pure-rust"] },
"pull_request": {},
"merge_group": {},
},
"name": "CI",
"permissions": { "security-events": "write" },
Expand Down Expand Up @@ -144,30 +145,5 @@
},
],
},
"docker-build":
{
"name": "Build & Push Docker Container",
"needs": ["build"],
"runs-on": "ubuntu-latest",
"steps":
[
{
"name": "Checkout",
"uses": "actions/checkout@v4",
},
{
"name": "Build Image",
"run": "docker buildx build -t ghcr.io/goval-community/homeval:${{ github.sha }} .",
},
{
"name": "Log In to Registry",
"run": 'echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin',
},
{
"name": "Push Image",
"run": "docker push ghcr.io/goval-community/homeval:${{ github.sha }}",
},
],
},
},
}

0 comments on commit 5fe34e0

Please sign in to comment.