Skip to content

Commit bc6ec7d

Browse files
feat: changed name from spac-flow-docker-snapshot to payments-flow-docker-snapshot (#64)
changed name from spac to payments
1 parent 2f5eb6b commit bc6ec7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# spac-flow-docker-snapshot
1+
# payments-flow-docker-snapshot
22

33
Allows to build docker image with the follow tags:
44

@@ -10,7 +10,7 @@ and if runned manually, create a fake tag called `develop-snapshot`
1010
## how to use
1111

1212
```yaml
13-
name: SPAC Snapshot docker build and push
13+
name: payments Snapshot docker build and push
1414

1515
on:
1616
push:
@@ -26,7 +26,7 @@ env:
2626
CURRENT_BRANCH: ${{ github.event.inputs.branch || github.ref_name }}
2727

2828
jobs:
29-
spac-flow-docker-snapshot:
29+
payments-flow-docker-snapshot:
3030
runs-on: ubuntu-22.04
3131
environment: dev
3232
steps:
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ env.CURRENT_BRANCH }}
3838

3939
- name: 📦 Run Snapshot Docker Build/Push & Trigger
40-
uses: pagopa/github-actions-template/spac-flow-docker-snapshot@spac-flow-docker-snapshot
40+
uses: pagopa/github-actions-template/payments-flow-docker-snapshot@main
4141
with:
4242
current_branch: ${{ github.ref_name }}
4343
enable_azure_devops_step: 'true'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: SPAC flow docker snapshot
2-
description: SPAC flow docker snapshot
1+
name: Payments flow docker snapshot
2+
description: Payments flow docker snapshot
33

44
inputs:
55
current_branch:

0 commit comments

Comments
 (0)