Skip to content

Commit

Permalink
Merge pull request #20 from eclipse-opensmartclide/reenable-pushing-o…
Browse files Browse the repository at this point in the history
…f-image-to-ghcr.io

re-enable pushing of container image to ghcr.io
  • Loading branch information
schlotze authored Oct 26, 2022
2 parents 7d9209b + 31f09b7 commit bd6e29b
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 bd6e29b

Please sign in to comment.