Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ jobs:
TOOL: ${{ steps.meta.outputs.name }}
DESCRIPTION: ${{ steps.catalog_meta.outputs.description }}
VERSION: ${{ steps.meta.outputs.version }}
REVISION: ${{ steps.release_revision.outputs.sha }}
DOCUMENTATION_REVISION: ${{ steps.catalog_revision.outputs.sha }}
UPSTREAM: ${{ steps.meta.outputs.upstream }}
IMAGE: ${{ steps.image.outputs.name }}
Expand All @@ -226,7 +225,6 @@ jobs:
const tool = process.env.TOOL;
const description = process.env.DESCRIPTION;
const version = process.env.VERSION;
const revision = process.env.REVISION;
const documentationRevision = process.env.DOCUMENTATION_REVISION;
const upstream = process.env.UPSTREAM;
const image = process.env.IMAGE;
Expand Down Expand Up @@ -289,7 +287,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: tag,
target_commitish: revision,
name: `${tool} v${version} container image`,
body: details,
draft: false,
Expand Down