# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it\r
- uses: actions/checkout@v2\r
- uses: docker-practice/actions-setup-docker@master\r
- if: ${{ matrix.os == "ubuntu-latest" }}\r
+ if: matrix.os == "ubuntu-latest"\r
- uses: docker/login-action@v1\r
- if: ${{ matrix.os == "ubuntu-latest" }}\r
+ if: matrix.os == "ubuntu-latest"\r
with:\r
registry: ghcr.io\r
username: ${{ github.actor }}\r
shell: bash\r
run: |\r
bazel run //:publish\r
- if: ${{ matrix.os == "ubuntu-latest" }}\r
+ if: matrix.os == "ubuntu-latest"\r