Skip to content

Commit

Permalink
remove github container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures committed Sep 29, 2023
1 parent c3a285d commit 2e9af9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# https://github.com/sigstore/cosign-installer
- name: Install cosign
uses: sigstore/cosign-installer@v3.1.1
with:
cosign-release: 'v2.1.1'
# # https://github.com/sigstore/cosign-installer
# - name: Install cosign
# uses: sigstore/cosign-installer@v3.1.1
# with:
# cosign-release: 'v2.1.1'

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# https://github.com/docker/login-action#github-container-registry
- name: Log into registry GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# # https://github.com/docker/login-action#github-container-registry
# - name: Log into registry GitHub Container Registry
# uses: docker/login-action@v3
# with:
# registry: ${{ vars.REGISTRY }}
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand Down

0 comments on commit 2e9af9b

Please sign in to comment.