Skip to content

Commit 01adb0f

Browse files
authoredDec 3, 2023
Merge pull request #3 from gabrielmer/allowing-manually-triggering-job
don't login to dockerhub
2 parents af77677 + 6ace4af commit 01adb0f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎.github/workflows/push.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v2
2020

21-
- name: Login to Docker Hub
22-
uses: docker/login-action@v2
23-
with:
24-
username: ${{ secrets.DOCKERHUB_USERNAME }}
25-
password: ${{ secrets.DOCKERHUB_TOKEN }}
26-
2721
- name: Checkout to waku-frontend
2822
uses: actions/checkout@v3
2923
with:
@@ -44,7 +38,7 @@ jobs:
4438
- name: Build and push
4539
uses: docker/build-push-action@v3
4640
with:
47-
push: true
41+
push: false
4842
# temporal, migrate to waku-org
4943
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
5044
build-args: BUILD_VERSION=${{ steps.commit.outputs.hash }}

0 commit comments

Comments
 (0)
Please sign in to comment.