Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
skver0 committed Dec 23, 2023
1 parent 2728b17 commit f3608ad
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,15 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Crane
uses: imjasonh/[email protected]

- name: Build Docker image with Crane
run: |
crane build -t your-image-name:tag -f path/to/Dockerfile .
- name: Push Docker image
run: |
crane push your-image-name:tag docker://your-registry/your-image-name:tag
- uses: actions/checkout@v3

- name: Buildah Action
uses: redhat-actions/buildah-build@v2
with:
image: skverspace
tags: latest
containerfiles: |
./Dockerfile

0 comments on commit f3608ad

Please sign in to comment.