Drop push to github
This commit is contained in:
parent
5d59f74de2
commit
979410d8e6
1 changed files with 0 additions and 8 deletions
8
.github/workflows/build_docker_latest.yml
vendored
8
.github/workflows/build_docker_latest.yml
vendored
|
@ -87,13 +87,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.CR_PAT }}
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
@ -129,4 +122,3 @@ jobs:
|
|||
tags: |
|
||||
bengig/seb-server:latest
|
||||
bengig/seb-server:${{ env.SHA }}
|
||||
ghcr.io/bengig/seb-server:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue