You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're setting up a new cache bucket, we'd like to be able to control
its' configuration via GitHub vars/secrets fully.
FYI, the secrets are not set up yet.
---------
Co-authored-by: João Oliveira <[email protected]>
Co-authored-by: Guillaume Michel <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/docker-image.yml
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ on:
6
6
- 'master'
7
7
tags:
8
8
- 'libp2p-server-**'
9
-
pull_request:
10
9
11
10
jobs:
12
11
server:
@@ -34,11 +33,6 @@ jobs:
34
33
with:
35
34
context: .
36
35
file: ./misc/server/Dockerfile
37
-
push: ${{ ! github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} # Only push image if we have the required permissions, i.e. not running from a fork
0 commit comments