Skip to content

Commit c8a199a

Browse files
authored
Update docker_build_and_publish.yml
1 parent 7694709 commit c8a199a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker_build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
ros: [ 'jazzy', 'lyrical' ]
11+
ros: [ 'jazzy'] #, 'lyrical' ]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -34,4 +34,4 @@ jobs:
3434
sas_repo=./
3535
#cache-from: type=gha
3636
#cache-to: type=gha,mode=max
37-
tags: ${{ vars.DOCKER_USERNAME }}/sas:${{ matrix.ros }}
37+
tags: ${{ vars.DOCKER_USERNAME }}/sas:${{ matrix.ros }}

0 commit comments

Comments
 (0)