Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Dec 12, 2024
1 parent 23b627a commit 51ae064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- fix/portal-cert-vc-claim

pull_request:
branches:
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
context: .
file: ./docker/Dockerfile
tags: |
fiware/biz-ecosystem-logic-proxy:master
push: ${{ github.ref == 'refs/heads/master' }}
fiware/biz-ecosystem-logic-proxy:9.11.1-rc1
push: ${{ github.ref == 'refs/heads/fix/portal-cert-vc-claim' }}

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

0 comments on commit 51ae064

Please sign in to comment.