Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/publish-agent-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,13 @@ jobs:
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0

# Publish on push to main / manual dispatch; pull_request runs build-only.
- name: generate GitHub App token
id: app-token
if: ${{ github.event_name != 'pull_request' }}
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ secrets.DEVSY_GITHUB_APP_ID }}
private-key: ${{ secrets.DEVSY_GITHUB_APP_PRIVATE_KEY }}

- name: log in to ghcr
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
with:
registry: ghcr.io
username: ${{ steps.app-token.outputs.app-slug }}
password: ${{ steps.app-token.outputs.token }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: check tag exists
id: exists
Expand Down
2 changes: 1 addition & 1 deletion images/agent-helper/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0
Loading