tweak more
This commit is contained in:
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@@ -46,6 +46,13 @@ jobs:
|
||||
tags: |
|
||||
latest
|
||||
|
||||
- name: Setup
|
||||
uses: docker/actions/setup-go@setup-go/v1.3.0
|
||||
id: setup_go
|
||||
with:
|
||||
app_id: ${{ secrets.HUB_PLATFORM_APP_ID }}
|
||||
app_private_key: ${{ secrets.HUB_PLATFORM_APP_PRIVATE_KEY }}
|
||||
|
||||
# Build and push Docker image with Buildx (don't push on PR)
|
||||
# https://github.com/docker/build-push-action
|
||||
- name: Build and push Docker image
|
||||
@@ -58,4 +65,4 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
secrets: |
|
||||
"gitghatoken=${{ secrets.GITHUB_TOKEN }}"
|
||||
"gitghatoken=${{ steps.setup_go.outputs.token }}"
|
||||
|
||||
Reference in New Issue
Block a user