Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed May 13, 2024
1 parent cbc6c99 commit c1bb972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-cache
name: build-builder

on:
push:
Expand All @@ -20,10 +20,10 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 #v2.17
with:
image: ghcr.io/${{ github.repository }}-cache
image: ghcr.io/${{ github.repository }}-builder
tags: latest ${{ github.sha }}
containerfiles: |
./oci/Containerfile.cache
./oci/Containerfile.builder
- name: Push To Registry
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c #v2.8
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion oci/Containerfile.multistage
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM ghcr.io/crc-org/crc-extension-cache:latest AS builder
FROM ghcr.io/crc-org/crc-extension-builder:latest AS builder

COPY . .

Expand Down

0 comments on commit c1bb972

Please sign in to comment.