Skip to content

Commit

Permalink
Prepare deploy pipeline for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Mar 20, 2024
1 parent 8fe18bd commit c68ba40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Tests
on:
push:
branches:
- new-apis
- master

pull_request:
branches:
- new-apis
- master

jobs:
Expand Down Expand Up @@ -64,8 +62,8 @@ jobs:
context: .
file: ./docker/Dockerfile
tags: |
fiware/biz-ecosystem-charging-backend:dome-dev
push: ${{ github.ref == 'refs/heads/new-apis' }}
fiware/biz-ecosystem-charging-backend:master
push: ${{ github.ref == 'refs/heads/master' }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit c68ba40

Please sign in to comment.