File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 11name : SAS Debian Builder
2- on : [workflow_dispatch]
2+ on : [push, workflow_dispatch]
33
44jobs :
55 debian_builder :
6+ name : Debian Builder
67 runs-on : ${{ matrix.os }}
78 strategy :
89 matrix :
5051 --title="${GITHUB_REPOSITORY#*/} ${VERSION}" \
5152 --generate-notes
5253 build_ppa :
54+ name : Build PPA
5355 needs : debian_builder
5456 runs-on : ubuntu-latest
5557 steps :
7981 path : ppa/
8082
8183 deploy_ppa_page :
84+ name : Deploy PPA
8285 needs : build_ppa
8386
8487 permissions :
9497 id : deployment
9598 uses : actions/deploy-pages@v4
9699
97-
98100 deploy_docker_image :
101+ name : Deploy Docker Image with SAS
99102 needs : deploy_ppa_page
100103
101104 runs-on : ubuntu-latest
@@ -114,10 +117,12 @@ jobs:
114117 - name : Set up Docker Buildx
115118 uses : docker/setup-buildx-action@v3
116119
117- - name : Build and push sas_ros_jazzy
120+ - name : Build and push sas
118121 uses : docker/build-push-action@v6
119122 with :
120123 platforms : linux/amd64,linux/arm64
121124 push : true
122- file : .devel/sas_ros_jazzy/Dockerfile
123- tags : ${{ vars.DOCKER_USERNAME }}/sas_ros_jazzy
125+ file : .devel/sas/Dockerfile
126+ tags : |
127+ ${{ vars.DOCKER_USERNAME }}/sas:latest
128+ ${{ vars.DOCKER_USERNAME }}/sas:jazzy
You can’t perform that action at this time.
0 commit comments