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

Fix dockerhub image building #6503

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Fix dockerhub image building #6503

merged 1 commit into from
Oct 7, 2023

Conversation

guidopetri
Copy link
Contributor

What type of PR is this?

  • Bug Fix

Description

Our build-image-and-push step in the CI wasn't running. This change makes it work again :) the comparison operator for the previous step's output had to be outside the jinja placeholder clause.

How is this tested?

  • Manually

I changed the on: line on the CI file and pushed the branch. This GHA run demonstrates that the build-and-push started executing, though I later canceled it.

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #6503 (3419a73) into master (09ec299) will increase coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #6503      +/-   ##
==========================================
+ Coverage   61.08%   61.10%   +0.02%     
==========================================
  Files         158      158              
  Lines       12878    12883       +5     
  Branches     1753     1753              
==========================================
+ Hits         7866     7872       +6     
+ Misses       4766     4765       -1     
  Partials      246      246              
Files Coverage Δ
redash/models/users.py 94.80% <100.00%> (+0.51%) ⬆️

@guidopetri guidopetri enabled auto-merge (squash) October 7, 2023 02:09
@guidopetri
Copy link
Contributor Author

Double checked and the image builds + pushes to dockerhub 🎉 so I set up automerge.

@guidopetri guidopetri merged commit 0c2dc4e into master Oct 7, 2023
16 checks passed
@justinclift justinclift deleted the gpetri/fix-docker-push branch October 7, 2023 04:19
@justinclift
Copy link
Member

Fantastic! Good stuff @guidopetri! 😄

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