Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Tomcat (10), JDK (17), and ERDDAP (2.22) #61

Merged
merged 3 commits into from
Jan 31, 2023
Merged

Bump Tomcat (10), JDK (17), and ERDDAP (2.22) #61

merged 3 commits into from
Jan 31, 2023

Conversation

kwilcox
Copy link
Collaborator

@kwilcox kwilcox commented Jan 30, 2023

No description provided.

@kwilcox kwilcox requested review from abkfenris and ocefpaf January 30, 2023 19:49
Copy link
Collaborator

@abkfenris abkfenris left a comment

Choose a reason for hiding this comment

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

I did a quick and dirty test of building it locally, and that works, but I haven't tried to exercise it any.

Edit: We could start pushing all commits to the Github Container Registry, then we could test them more thoroughly (and give anyone who wants to live on the bleeding edge access), and then promote releases to Docker Hub.

Comment on lines 36 to 39
axiom/docker-erddap
tags: |
type=raw,value=${{ matrix.tag }},prefix=latest-
type=raw,value=latest,enable=${{ matrix.tag == 'jdk8-openjdk' }}
type=raw,value=${{ github.event.release.tag_name }},enable=${{ matrix.tag == 'jdk8-openjdk' && github.event_name == 'release' && github.event.action == 'published' }}
type=raw,value=${{ github.event.release.tag_name }},suffix=-${{ matrix.tag }},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think since these are already referenced as an output, we could use a job level output to share them across jobs rather than re-defining them, but that's not necessary to land this.

@kwilcox kwilcox merged commit 091b6b0 into main Jan 31, 2023
@srstsavage srstsavage deleted the 2-22 branch August 3, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants