Remove publish image
This commit is contained in:
parent
f819bf904b
commit
889d86006d
14
.github/workflows/publish-image.yaml
vendored
14
.github/workflows/publish-image.yaml
vendored
@ -1,14 +0,0 @@
|
||||
name: Docker image CI for GHCR
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build and push image
|
||||
run: |
|
||||
docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io
|
||||
docker build . --tag ghcr.io/anaxios/holesail-docker:latest
|
||||
docker push ghcr.io/anaxios/holesail-docker:latest
|
Loading…
x
Reference in New Issue
Block a user