mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-11 15:52:24 +00:00
Version and architecture tags
This commit is contained in:
@@ -18,7 +18,7 @@ phases:
|
||||
- echo Build started on `date`
|
||||
- echo Building the Docker image...
|
||||
- VERSION=$(cat version.txt)
|
||||
- docker build -t $DOCKERHUB_USERNAME/$IMAGE_REPO_NAME:$VERSION -t $DOCKERHUB_USERNAME/$IMAGE_REPO_NAME:$IMAGE_TAG .
|
||||
- docker build -t $DOCKERHUB_USERNAME/$IMAGE_REPO_NAME:$VERSION-$ARCH -t $DOCKERHUB_USERNAME/$IMAGE_REPO_NAME:$IMAGE_TAG-$ARCH .
|
||||
post_build:
|
||||
commands:
|
||||
- echo Build completed on `date`
|
||||
|
||||
Reference in New Issue
Block a user