tweak more

This commit is contained in:
Chris Ainsworth-Patrick
2023-08-17 09:16:13 +01:00
parent b70293a17f
commit 68f1952059

View File

@@ -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 }}"