Skip to content

Commit

Permalink
ci: push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
KpwnZ authored May 10, 2024
1 parent d366b86 commit a9bd9b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
- name: Docker setup Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: gztime
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -70,7 +64,6 @@ jobs:
with:
images: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/gzctf
gztime/gzctf
flavor: |
latest=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
tags: |
Expand Down

0 comments on commit a9bd9b9

Please sign in to comment.