Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/acmucsd/GZCTF into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed May 10, 2024
2 parents 1ff1bd5 + 355b71e commit 9e65f66
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 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 All @@ -87,18 +80,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
push: true

- name: Prune old packages
uses: vlaurin/[email protected]
with:
dry-run: false
token: ${{ secrets.PACKAGE_TOKEN }}
container: ${{ github.event.repository.name }}/gzctf
keep-tags-regexes: ^v\d+\.\d+\.\d+$
prune-tags-regexes: ^[0-9a-f]{6,40}
keep-tags: |
latest
main
develop
keep-last: 20
prune-untagged: false

0 comments on commit 9e65f66

Please sign in to comment.