mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-24 05:38:25 +00:00
Added some echo statements
This commit is contained in:
parent
adff2cfaac
commit
882dbfa86c
5
.github/workflows/build_image_from_dev.yml
vendored
5
.github/workflows/build_image_from_dev.yml
vendored
@ -73,6 +73,10 @@ jobs:
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- run: echo "This job was triggered by a ${{ github.event_name }} event."
|
||||
- run: echo "The branch is ${{ github.ref }} and the repository is ${{ github.repository }}."
|
||||
- run: echo "Tags are ${{ steps.meta.outputs.tags }} "
|
||||
- run: echo "Labes are ${{ steps.meta.outputs.labels }} "
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -96,6 +100,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
ref: dev
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user