Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein committed May 10, 2024
1 parent 953ea56 commit c37752a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
name: Build
jobs:
build-amd64:
container: ubuntu:latest
container: gcr.io/kaniko-project/executor:v1.20.0-debug
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
steps:
- name: Checkout code
Expand All @@ -18,12 +18,10 @@ jobs:
run: |
echo "$(make -s log | grep TAG)" >> "$GITHUB_ENV"
- name: Build Image
uses: aevea/action-kaniko@master
with:
image: rancher/hardened-containerd
tag: ${{ env.TAG }}-amd64
build_file: Dockerfile
- name: Build and Push Image to docker registry with kaniko
run: |
/kaniko/executor --dockerfile="./Dockerfile" \
--destination="rancher/hardened-containerd:test-amd64"
# - name: Install Docker
# run: apt update && apt install -y docker.io && systemctl start docker
Expand Down

0 comments on commit c37752a

Please sign in to comment.