update final job title
This commit is contained in:
parent
97c0eac373
commit
1c9d016bd4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
||||||
registry: fung.uy
|
registry: fung.uy
|
||||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push Extended Version
|
- name: Build and Push ${{ github.event.inputs.version }}
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue