Skip to content

Commit 2167b9f

Browse files
committed
Try pushing stuff
1 parent 77f0967 commit 2167b9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: yuvipanda/repo2docker-action@subdir
2929
with:
3030
# # Make sure username & password/token pair matches your registry credentials
31-
# DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
32-
# DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
33-
# DOCKER_REGISTRY: "quay.io"
34-
NO_PUSH: "true"
31+
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
32+
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
33+
DOCKER_REGISTRY: "quay.io"
34+
# NO_PUSH: "true"
3535
REPO_DIR: /srv/repo
3636
SOURCE_SUBDIR: base
3737

0 commit comments

Comments
 (0)