Skip to content

Commit

Permalink
fix: match version with release please
Browse files Browse the repository at this point in the history
  • Loading branch information
akdev1l committed Jul 16, 2023
1 parent 9f55a44 commit 7a4167f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
tags: |
${{ needs.release-please.outputs.tag }}
oci: true
build-args: |
REF_NAME=${{ needs.release-please.outputs.major }}.${{ needs.release-please.outputs.minor }}.${{ needs.release-please.outputs.patch }}
extra-args: |
-v ${{ github.workspace }}:/app
--env GITHUB_REF_NAME=${{ needs.release-please.outputs.tag }}
--target rpm
- name: upload output artifacts as release artifact
Expand Down
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM registry.fedoraproject.org/fedora:latest AS builder

ARG REF_NAME=""
ENV GITHUB_REF_NAME=$REF_NAME
ENV UBLUE_ROOT=/app/output

WORKDIR /app
Expand Down

0 comments on commit 7a4167f

Please sign in to comment.