Skip to content

Commit ead9286

Browse files
committed
chore: allow packages: write
1 parent c7dcdb0 commit ead9286

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-gateway-e2e-container.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
required: true
1010

1111
env:
12-
TAG: tensorzero/gateway-e2e:sha-${{ github.sha }}
13-
LATEST_TAG: tensorzero/gateway-e2e:latest
12+
TAG: RouterBase/gateway-e2e:sha-${{ github.sha }}
13+
LATEST_TAG: RouterBase/gateway-e2e:latest
1414
TENSORZERO_COMMIT_TAG: sha-${{ github.sha }}
1515

1616
jobs:
@@ -22,7 +22,6 @@ jobs:
2222
contents: read
2323
# Permission to fetch GitHub OIDC token authentication
2424
id-token: write
25-
packages: write
2625

2726
steps:
2827
# TODO - investigate why using the Namespace checkout action causes
@@ -36,7 +35,7 @@ jobs:
3635
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3736
with:
3837
# We're using an organization access token, so we need to use the org name for the username.
39-
username: tensorzero
38+
username: duanbing
4039
password: ${{ secrets.DOCKERHUB_LIMITED_TOKEN }}
4140

4241
# We allow the namespace builder setup to fail on Dependabot PRs and PRs from forks

0 commit comments

Comments
 (0)