Skip to content

Commit

Permalink
Deleted build in ci.yaml (#743)
Browse files Browse the repository at this point in the history
* Deleted ci.yaml

* Ragrets want to run this one¨
  • Loading branch information
taheeraahmed authored Aug 18, 2023
1 parent cf353c9 commit d148ea9
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,39 +35,4 @@ jobs:
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci
#- run: npm run build --if-present
- run: npm test

build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
# You may pin to the exact commit or the version.
# uses: docker/build-push-action@0db984c1826869dcd0740ff26ff75ff543238fd9
uses: docker/[email protected]
with:
tags: # optional
fotogjengen/hilfling-frontend:latest
push: false #optional, default is false
auto-merge-dependabot:
runs-on: ubuntu-latest
needs:
- test
- build
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }}
command: merge
- run: npm test

0 comments on commit d148ea9

Please sign in to comment.