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

Test push #73

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Test push #73

wants to merge 51 commits into from

Commits on Jan 17, 2024

  1. Use environment variables to set the major and minor versions

    Use same versions as in the other Docker images:
    - major -> 3
    - minor -> 0
    
    Suggested-at: #68 (comment)
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1402570 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Move the environment variables to be workflow level

    Install QEMU for all CPU architectures but amd64. At the moment this is
    just arm64 but now adding a new arch will not require changes to this
    step
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    949ac0d View commit details
    Browse the repository at this point in the history
  2. Build and push manifests for several tags

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    450d72e View commit details
    Browse the repository at this point in the history
  3. Temporary enable pushing

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5bbfdff View commit details
    Browse the repository at this point in the history
  4. Use vars. context for the Quay.io username

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    958672e View commit details
    Browse the repository at this point in the history
  5. Convert Bash array 'tags' to JSON array

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ea80a8e View commit details
    Browse the repository at this point in the history
  6. Debug bash array to json array

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c1751f9 View commit details
    Browse the repository at this point in the history
  7. More debug

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    13dabbe View commit details
    Browse the repository at this point in the history
  8. Convert Bash string to JSON array.

    Split by whitespace
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4e4cf37 View commit details
    Browse the repository at this point in the history
  9. Use docker manifest cli instead of Noelware/docker-manifest-action

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    17d313e View commit details
    Browse the repository at this point in the history
  10. Go back to secrets.QUAY_BIOCONDA_USERNAME

    Remove debug statements and commented out code
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    165af24 View commit details
    Browse the repository at this point in the history
  11. Re-enable the check for push to main before pushing the manifest

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aab49c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. convert to testing targets

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b221546 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from bioconda/test-quay-push

    Test quay push
    daler authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5abfac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e6b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7388860 View commit details
    Browse the repository at this point in the history
  5. fix name

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3938cd1 View commit details
    Browse the repository at this point in the history
  6. version bumps

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    66efe12 View commit details
    Browse the repository at this point in the history
  7. match format of others

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d257763 View commit details
    Browse the repository at this point in the history
  8. syntax

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    82bd178 View commit details
    Browse the repository at this point in the history
  9. syntax

    daler committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e9d5cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. syntax

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cfdcde2 View commit details
    Browse the repository at this point in the history
  2. syntax

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5d0aceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db02883 View commit details
    Browse the repository at this point in the history
  4. echo

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    de684e6 View commit details
    Browse the repository at this point in the history
  5. separate command

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    690e42a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dd87a3 View commit details
    Browse the repository at this point in the history
  7. bump qemu action version

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cee5147 View commit details
    Browse the repository at this point in the history
  8. activate env for testing

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    03f6fb7 View commit details
    Browse the repository at this point in the history
  9. version bump create-env

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dd004ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ea3270 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce01478 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ef2354 View commit details
    Browse the repository at this point in the history
  13. add back bioconda-utils label

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fbff2c8 View commit details
    Browse the repository at this point in the history
  14. target test-push branch

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    19aba6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a51a5d3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #72 from bioconda/test-push-quay2

    Test push quay2
    daler authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4eeb784 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1463464 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c035696 View commit details
    Browse the repository at this point in the history
  19. hard-code repo

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c0c0fb1 View commit details
    Browse the repository at this point in the history
  20. typo

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3bed6b0 View commit details
    Browse the repository at this point in the history
  21. debug

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3b3df34 View commit details
    Browse the repository at this point in the history
  22. better check

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    29f1500 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e4a0540 View commit details
    Browse the repository at this point in the history
  24. port recent changes to busybox

    daler committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1164bfb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. comment out push

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5fec036 View commit details
    Browse the repository at this point in the history
  2. try new credentials

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ed9a1f9 View commit details
    Browse the repository at this point in the history
  3. whitespace to trigger

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    319b352 View commit details
    Browse the repository at this point in the history
  4. disable push for now

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1387d2d View commit details
    Browse the repository at this point in the history
  5. re-enable push

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8e89ac2 View commit details
    Browse the repository at this point in the history
  6. back to original credentials

    daler committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f2c528c View commit details
    Browse the repository at this point in the history