Skip to content

Commit

Permalink
⚙️ build images on manual action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Jan 11, 2024
1 parent 395465e commit 5da3af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build and push
run: |
TAG=$(git describe --tags --abbrev=0)
TAG=${{ github.event.inputs.version }}
docker build cyclops-ui -t cyclopsui/cyclops-ui:$TAG
docker push cyclopsui/cyclops-ui:$TAG
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Build and push
run: |
TAG=$(git describe --tags --abbrev=0)
TAG=${{ github.event.inputs.version }}
docker build cyclops-ctrl -t cyclopsui/cyclops-ctrl:$TAG
docker push cyclopsui/cyclops-ctrl:$TAG
Expand Down

0 comments on commit 5da3af5

Please sign in to comment.