Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla authored Jul 11, 2024
2 parents 6933e91 + 3ab9294 commit e01f91d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd_iped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI/CD

on: workflow_dispatch


jobs:
build:

Expand All @@ -15,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set Environment
run: echo VERSION=${GITHUB_REF#refs/tags/iped_} >> $GITHUB_ENV
run: echo VERSION=${GITHUB_REF#refs/tags/patch} >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit e01f91d

Please sign in to comment.