Skip to content

Commit

Permalink
build: [GH-84] Broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Jun 22, 2024
1 parent 477102e commit 6b5310d
Show file tree
Hide file tree
Showing 25 changed files with 178 additions and 285 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/dive.yml

This file was deleted.

35 changes: 10 additions & 25 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
---
name: Docker
'on':
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
mcvs-docker-action:
runs-on: ubuntu-20.04
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: version
id: version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: utrecht/yaam:${{ steps.version.outputs.version }}
build-args: |
VERSION=${{ github.ref }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
dockle-accept-key: curl,HOME,libcrypto3,libssl3,PATH
token: ${{ secrets.GITHUB_TOKEN }}
15 changes: 0 additions & 15 deletions .github/workflows/dockle.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/go.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Golang
'on':
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
push:
jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
34 changes: 0 additions & 34 deletions .github/workflows/gosec.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/hadolint.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/mcvs-pr-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: MCVS-PR-validation-action
'on':
pull_request:
types:
- edited
- opened
- reopened
- synchronize
workflow_call:
jobs:
MCVS-PR-validation-action:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
49 changes: 0 additions & 49 deletions .github/workflows/release.yml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/yamllint.yml

This file was deleted.

Loading

0 comments on commit 6b5310d

Please sign in to comment.