Merge pull request #3 from Pantalones411/Pantalones411-patch-3
Update basket-api.yml
This commit is contained in:
commit
1e52809ace
12
.github/workflows/basket-api.yml
vendored
12
.github/workflows/basket-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: basket-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
@ -89,4 +99,4 @@ jobs:
|
||||
run: |
|
||||
docker --config ~/.docker manifest create ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||
docker --config ~/.docker manifest push ${{ secrets.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||
shell: bash
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user