You've already forked ubuntu-act_gitea
chore: Update CI to checkout certificates
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -26,6 +26,14 @@ jobs:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Checkout ca-certs
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: guisea/tff-trusted-ca-certs
|
||||
token: ${{ secrets.G_RO_PAT }}
|
||||
ref: master
|
||||
path: certs
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
@@ -33,6 +41,7 @@ jobs:
|
||||
linux/amd64,
|
||||
linux/arm64
|
||||
push: true
|
||||
context: .
|
||||
tags: >
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/ubuntu:act_gitea-latest,
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/ubuntu:act_gitea-${{ env.GITHUB_REF_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user