feat: remove ghcr push step
This commit is contained in:
parent
25b9a13b6b
commit
b78a4d7718
1 changed files with 0 additions and 14 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -53,17 +53,3 @@ jobs:
|
|||
env:
|
||||
NOMAD_ADDR: http://ncm-0:4646
|
||||
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
|
||||
ghcr:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# https://github.com/marketplace/actions/push-to-ghcr
|
||||
- name: Build and publish a Docker image for ${{ github.repository }}
|
||||
uses: macbre/push-to-ghcr@master
|
||||
with:
|
||||
image_name: acaloiaro/adrianofyi # it will be lowercased internally
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue