Skip to content

Commit

Permalink
Updated tag definitions for quicker/easier reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 4, 2022
1 parent e2ad071 commit 97ba2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: |
betterweb/service-base:ea-latest-node
betterweb/service-base:ea-node
betterweb/service-base:node-${{ needs.build_and_publish_ea_nodejs.outputs.version }}
docs_build_ea:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: |
betterweb/service-base:rc-latest-node
betterweb/service-base:rc-node
betterweb/service-base:node-${{ needs.build_and_publish_rc_nodejs.outputs.version }}
docs_build_rc:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
push: true
tags: |
betterweb/service-base:latest-node
betterweb/service-base:node
betterweb/service-base:node-${{ needs.build_and_publish_prod_nodejs.outputs.version }}
betterweb/service-base:node-v${{ needs.build_and_publish_prod_nodejs.outputs.major }}
Expand Down

0 comments on commit 97ba2b5

Please sign in to comment.