Added image version to mainCI
All checks were successful
CI / push (push) Successful in 47s
CI / free (push) Successful in 0s
CI / build (push) Successful in 2m51s

This commit is contained in:
Даниил Ефремов 2023-09-27 11:38:30 +03:00
parent edc26b1ca5
commit 846c01785c

View File

@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build image
run: podman build -t $IMAGE_NAME .
run: podman build -t $IMAGE_NAME:$IMAGE_VERSION .
push:
runs-on: [host-builder]