Skip to content

Commit

Permalink
Add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Jan 8, 2025
1 parent 531581f commit 1dee6f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and run tests
run: just build

- name: Get cloud-provider-kind Dockerfile
- name: Get cloud-provider-kind repo
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
Expand All @@ -34,8 +34,8 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./cloud-provider-kind
platforms: linux/amd64
push: false
tags: cloud-provider-kind-cloud-provider:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build and run tests
run: just build

- name: Get cloud-provider-kind Dockerfile
- name: Get cloud-provider-kind repo
run: |
git clone https://github.com/kubernetes-sigs/cloud-provider-kind
Expand All @@ -86,6 +86,7 @@ jobs:
with:
context: ./cloud-provider-kind
push: false
tags: cloud-provider-kind-cloud-provider:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 1dee6f3

Please sign in to comment.