mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Revert "Also push container images to github / gcr.io" (#2416)
This commit is contained in:
9
.github/workflows/draft_release.yml
vendored
9
.github/workflows/draft_release.yml
vendored
@@ -9,8 +9,6 @@ jobs:
|
||||
draft_release:
|
||||
name: draft release
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
|
||||
- name: Checkout repo
|
||||
@@ -24,13 +22,6 @@ jobs:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
|
@@ -120,23 +120,12 @@ docker_manifests:
|
||||
- *amd_image
|
||||
- *386_image
|
||||
- *arm_image
|
||||
- name_template: "gcr.io/stackexchange/{{.ProjectName}}:{{ .Version }}"
|
||||
image_templates:
|
||||
- *amd_image
|
||||
- *386_image
|
||||
- *arm_image
|
||||
- name_template: "stackexchange/{{.ProjectName}}:latest"
|
||||
skip_push: auto
|
||||
image_templates:
|
||||
- *amd_image
|
||||
- *386_image
|
||||
- *arm_image
|
||||
- name_template: "gcr.io/stackexchange/{{.ProjectName}}:latest"
|
||||
skip_push: auto
|
||||
image_templates:
|
||||
- *amd_image
|
||||
- *386_image
|
||||
- *arm_image
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
|
Reference in New Issue
Block a user