Skip to content

Commit

Permalink
Update docker-build-on-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jan 28, 2025
1 parent 5af1937 commit bc824a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ name: Build and push docker (tag)

on:
workflow_dispatch:
push:
tags:
- '[0-9]+' # X
- '[0-9]+\.[0-9]+' # X.Y
- '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
# push:
# tags:
# - '[0-9]+' # X
# - '[0-9]+\.[0-9]+' # X.Y
# - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z

env:
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
Expand Down

4 comments on commit bc824a2

@charlesomer
Copy link

@charlesomer charlesomer commented on bc824a2 Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious why the pipeline triggers have been removed (for tag and pushes)? Is something not working as expected? :)

EDIT: Ah I've just seen the pipeline failures

@charlesomer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interestingly I don't see a failure when building locally with buildx

@charlesomer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/runner-images#11471

Looks like there might be an issue at the moment

@charlesomer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just had 3 successful runs using runs-on: ubuntu-22.04 :)

Please sign in to comment.