Skip to content

Commit

Permalink
Updated Tag Line for failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
warrmr committed Dec 29, 2021
1 parent b0dc574 commit ba75602
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

# Publish `v1.2.3` tags as releases.
tags:
- 1*
- 2*
- '**' # All tags kick off a new container build Save history ad 5.0.x etc

# Run tests for any PRs.
pull_request:
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
# Build and Publish container image
docker buildx build --push \
--tag $IMAGE_NAME $IMAGE_ID:$VERSION \
--tag $IMAGE_ID:$VERSION \
--platform linux/armhf,linux/aarch64,linux/amd64 \
--file Dockerfile .

0 comments on commit ba75602

Please sign in to comment.