Skip to content

Commit

Permalink
Update image.yaml (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Dec 25, 2024
1 parent f34df86 commit a2d078b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
env:
REGISTRY: ghcr.io
REGISTRY_DOCKERHUB: docker.io
IMAGE_NAME: jenkinszh/jcli

jobs:
image:
Expand Down Expand Up @@ -48,8 +47,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.REGISTRY_DOCKERHUB }}/${{ env.IMAGE_NAME }}
${{ env.REGISTRY }}/jenkins-zh/jcli
${{ env.REGISTRY_DOCKERHUB }}/jenkinszh/jcli
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Expand Down

0 comments on commit a2d078b

Please sign in to comment.