Skip to content

Commit

Permalink
ci: ratchet update
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Dec 12, 2023
1 parent b5387bf commit 48fe601
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: Build and deploy

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
GOOGLE_REGISTRY: "europe-north1-docker.pkg.dev"
FEATURE_NAME: "digdirator"

on:
push:
paths-ignore:
- "*.md"

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -38,7 +34,6 @@ jobs:
- name: Test Go
run: |
make test
build_and_push:
needs: test
name: Publish to Google and GitHub registries
Expand Down Expand Up @@ -100,7 +95,6 @@ jobs:
chart_name: ${{ steps.package_chart.outputs.name }}
chart_version: ${{ steps.package_chart.outputs.version }}
chart_archive: ${{ steps.package_chart.outputs.archive }}

rollout:
runs-on: fasit-deploy
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 48fe601

Please sign in to comment.