Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Apr 2, 2023
2 parents 9d2d981 + 7c6e12b commit 26ac07e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- build-deploy-docker
- build-helm
# Only deploy on non-scheduled main branch, as there is only one Helm repo and we cannot override an existing version
if: (github.event_name == 'schedule') && (github.ref == 'refs/heads/main')
if: (github.event_name != 'schedule') && (github.ref == 'refs/heads/main')
runs-on: ubuntu-22.04
steps:
- name: checkout
Expand Down Expand Up @@ -176,6 +176,8 @@ jobs:
io.artifacthub.package.maintainers=[{"name":"${{ github.actor }}","email":"${{ github.actor }}@users.noreply.github.com"}]
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ env.CONTAINER_NAME }}/${{ github.sha }}/README.md
org.opencontainers.image.documentation=https://github.com/${{ env.CONTAINER_NAME }}
org.opencontainers.image.source=https://github.com/clemlesne/azure-pipelines-agent/tree/${{ github.sha }}
org.opencontainers.image.title=Azure Pipelines Agent
org.opencontainers.image.vendor=${{ github.actor }}
org.opencontainers.image.version=${{ steps.version.outputs.version_full }}
Expand Down

0 comments on commit 26ac07e

Please sign in to comment.