Skip to content

Fix ECR tag cleanup after PR #18

Fix ECR tag cleanup after PR

Fix ECR tag cleanup after PR #18

Workflow file for this run

name: integration
on:
push:
branches: [ master ]
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: master
DEPLOY_SUBDOMAIN: "faucet"