We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98211c7 commit 54a5f4aCopy full SHA for 54a5f4a
.github/workflows/build_push_dev.yml
@@ -61,11 +61,12 @@ jobs:
61
name: Set up Docker Buildx
62
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
63
-
64
- name: Login to Docker Hub
+ name: Login to Stackable Harbor
65
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
66
with:
67
- username: ${{ secrets.DOCKERHUB_USERNAME }}
68
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: oci.stackable.tech
+ username: robot$stackable+github-action-build
69
+ password: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
70
71
name: Set current date as env variable
72
run: echo "CREATED=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
0 commit comments