Skip to content

Commit

Permalink
Splitting stuff for noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Heitz committed May 13, 2024
1 parent 86bc4d7 commit ce15a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 90 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-noetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Docker Image CI for ros noetic
on:
push:
branches:
- main

- noetic
jobs:
build_and_publish_humble:
runs-on: ubuntu-latest
Expand All @@ -13,5 +12,5 @@ jobs:
- name: Build and push the image
run: |
docker login --username robinheitz --password ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} ghcr.io
docker build . -f noetic.Dockerfile --tag ghcr.io/robinheitz/ros-base:noetic
docker push ghcr.io/robinheitz/ros-base:noetic
docker build . -f noetic.Dockerfile --tag ghcr.io/robinheitz/ros-noetic:base
docker push ghcr.io/robinheitz/ros-noetic:base
19 changes: 0 additions & 19 deletions .github/workflows/publish.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions humble.Dockerfile

This file was deleted.

0 comments on commit ce15a6d

Please sign in to comment.