We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7694709 commit c8a199aCopy full SHA for c8a199a
1 file changed
.github/workflows/docker_build_and_publish.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- ros: [ 'jazzy', 'lyrical' ]
+ ros: [ 'jazzy'] #, 'lyrical' ]
12
13
steps:
14
- uses: actions/checkout@v2
@@ -34,4 +34,4 @@ jobs:
34
sas_repo=./
35
#cache-from: type=gha
36
#cache-to: type=gha,mode=max
37
- tags: ${{ vars.DOCKER_USERNAME }}/sas:${{ matrix.ros }}
+ tags: ${{ vars.DOCKER_USERNAME }}/sas:${{ matrix.ros }}
0 commit comments