Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skver0 committed Dec 23, 2023
1 parent f63964e commit 8cd2b42
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag skverspace:latest
- name: Publish to Docker Registry
uses: Cschau0701vip/CompositeAction@v2
- name: Kaniko builder
uses: aevea/[email protected]
with:
registry_username: skver
# Password of the Docker registry
registry_password: $DOCKER_LOGIN_PW
# Name of the Docker image to push
image_name: skverspace

registry: registry.skver.space
username: skver
password: $DOCKER_LOGIN_PW
image: skverspace
tag: latest

0 comments on commit 8cd2b42

Please sign in to comment.