Skip to content

Commit

Permalink
Merge pull request #3771 from activepieces/fix/add-auto-renew
Browse files Browse the repository at this point in the history
chore: tag cloud image with the commit hash
  • Loading branch information
abuaboud committed Jan 29, 2024
2 parents 7aefcee + 0771f63 commit 22e12a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-cloud-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build Cloud Image

on:
workflow_dispatch:
inputs:
MY_VERSION:
required: true

jobs:
Release:
Expand Down Expand Up @@ -34,4 +31,4 @@ jobs:
linux/amd64
push: true
tags: |
ghcr.io/activepieces/activepieces-cloud:${{ env.RELEASE }}.${{ inputs.MY_VERSION }}
ghcr.io/activepieces/activepieces-cloud:${{ env.RELEASE }}.${{ github.sha }}

0 comments on commit 22e12a6

Please sign in to comment.