Skip to content

Commit

Permalink
test for release flow
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 23, 2024
1 parent 5707ecd commit de6a31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
push:
branches:
- 'main'
pull_request:

jobs:
release:
Expand Down Expand Up @@ -48,5 +49,5 @@ jobs:
context: .
file: oci/Containerfile.multistage
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/crc-org/crc-extension:latest
push: false
tags: ghcr.io/adrianriobo/crc-extension:latest
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-builder:latest AS builder
FROM ghcr.io/adrianriobo/crc-extension-builder:latest AS builder

COPY . .

Expand Down

0 comments on commit de6a31d

Please sign in to comment.