Browse Source
Temporarily disable pushing images in CI
pull/33/head
Jordan Potter
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
14 deletions
-
.github/workflows/ci.yml
|
|
@ -1,11 +1,6 @@ |
|
|
|
name: Continuous Integration |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
schedule: |
|
|
|
- cron: "0 0 * * TUE" |
|
|
|
on: push |
|
|
|
|
|
|
|
concurrency: ${{ github.workflow }} |
|
|
|
|
|
|
@ -112,15 +107,8 @@ jobs: |
|
|
|
uses: docker/build-push-action@v5 |
|
|
|
with: |
|
|
|
pull: true |
|
|
|
push: true |
|
|
|
# push: true |
|
|
|
tags: ${{ steps.metadata.outputs.tags }} |
|
|
|
labels: ${{ steps.metadata.outputs.labels }} |
|
|
|
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 |
|
|
|
|
|
|
|
- name: Update Docker Hub description |
|
|
|
uses: peter-evans/dockerhub-description@v3 |
|
|
|
with: |
|
|
|
repository: jordanpotter/wireguard |
|
|
|
username: jordanpotter |
|
|
|
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} |
|
|
|
short-description: ${{ github.event.repository.description }} |
|
|
|