We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af77677 + 6ace4af commit 01adb0fCopy full SHA for 01adb0f
.github/workflows/push.yml
@@ -18,12 +18,6 @@ jobs:
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v2
20
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
-
27
- name: Checkout to waku-frontend
28
uses: actions/checkout@v3
29
with:
@@ -44,7 +38,7 @@ jobs:
44
38
- name: Build and push
45
39
uses: docker/build-push-action@v3
46
40
47
- push: true
41
+ push: false
48
42
# temporal, migrate to waku-org
49
43
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
50
build-args: BUILD_VERSION=${{ steps.commit.outputs.hash }}
0 commit comments