Skip to content

upgrade cert-manager deps to 1.14.5 and go to 1.20 #23

upgrade cert-manager deps to 1.14.5 and go to 1.20

upgrade cert-manager deps to 1.14.5 and go to 1.20 #23

Workflow file for this run

name: Release Image
on:
push:
tags:
- '*'
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
#- name: Tests
# run: |
# go version
# scripts/fetch-test-binaries.sh
# TEST_ZONE_NAME=example.com. go test .
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: true
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }}/cert-manager-alidns-webhook:${{ env.GITHUB_REF_SLUG }}