1
0
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:
Tom Limoncelli
2023-06-01 18:24:26 -04:00
committed by GitHub
parent f4ae37ffd6
commit 83e41e5169
2 changed files with 0 additions and 20 deletions

View File

@@ -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: