We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacf6ff commit 2db1014Copy full SHA for 2db1014
.github/workflows/docker-build-image.yml
@@ -66,11 +66,3 @@ jobs:
66
BASE_IMAGE=${{ matrix.base_image }}
67
BRANCH=${{ env.BRANCH }}
68
ROS_DISTRO=${{ matrix.ros_distro }}
69
-
70
- - name: Docker Login AOC
71
- if: ${{ github.event_name != 'pull_request' }}
72
- uses: docker/login-action@v3
73
- with:
74
- registry: aoccr.zrok.lcas.group
75
- username: ${{ secrets.AOC_REGISTRY_PUSHER }}
76
- password: ${{ secrets.AOC_REGISTRY_TOKEN }}
0 commit comments