Skip to content

Commit

Permalink
Merge pull request #2 from eclipse-opensmartclide/main
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
goncalorolo authored Nov 2, 2022
2 parents 9fec6be + bd6e29b commit 007ebd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ide-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: ide-publish
on:
push:
tags:
- '[0-9]+.[0-9]+'
- "[0-9]+.[0-9]+"

jobs:
publish:

runs-on: ubuntu-latest

steps:
Expand All @@ -29,4 +28,4 @@ jobs:
# build image
docker build . --tag ${CONTAINER_IMAGE}
# push image
# docker push ${CONTAINER_IMAGE}
docker push ${CONTAINER_IMAGE}

0 comments on commit 007ebd1

Please sign in to comment.