Skip to content

Commit

Permalink
Merge pull request #80 from AplinkosMinisterija/github-runner
Browse files Browse the repository at this point in the history
Use default Github runner
  • Loading branch information
vycius authored May 22, 2024
2 parents 48f9d22 + e5ff7da commit 5414d5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: Validate if docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v4

- name: Build & tag docker image
uses: AplinkosMinisterija/reusable-workflows/.github/actions/docker-build-tag-push@main
with:
environment: test
runs-on: biip-workflows
push: false
2 changes: 1 addition & 1 deletion .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: development
docker-image: ghcr.io/AplinkosMinisterija/smalsuolis-web
enable-sentry: true
runs-on: biip-workflows
runs-on: ubuntu-latest
build-args: |
VITE_NODE_ENV=development
VITE_GA_ENV=development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: production
docker-image: ghcr.io/AplinkosMinisterija/smalsuolis-web
enable-sentry: true
runs-on: biip-workflows
runs-on: ubuntu-latest
build-args: |
VITE_NODE_ENV=production
VITE_GA_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: staging
docker-image: ghcr.io/AplinkosMinisterija/smalsuolis-web
enable-sentry: true
runs-on: biip-workflows
runs-on: ubuntu-latest
build-args: |
VITE_NODE_ENV=production
VITE_GA_ENV=staging
Expand Down

0 comments on commit 5414d5b

Please sign in to comment.