Skip to content

Commit 4f8ced8

Browse files
author
Murilo Marinho
committed
[docker] Renaming sas image to proper version tag.
1 parent bacf5a1 commit 4f8ced8

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/sas_debian_builder.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: SAS Debian Builder
2-
on: [workflow_dispatch]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
debian_builder:
6+
name: Debian Builder
67
runs-on: ${{ matrix.os }}
78
strategy:
89
matrix:
@@ -50,6 +51,7 @@ jobs:
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:
@@ -79,6 +81,7 @@ jobs:
7981
path: ppa/
8082

8183
deploy_ppa_page:
84+
name: Deploy PPA
8285
needs: build_ppa
8386

8487
permissions:
@@ -94,8 +97,8 @@ jobs:
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

0 commit comments

Comments
 (0)