Skip to content

Commit

Permalink
Merge pull request #843 from jlandowner/main
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
jlandowner authored Jun 20, 2024
2 parents 8176809 + 507f3f7 commit c40e7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,33 +130,3 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/cosmo-dashboard:${{ needs.create-release.outputs.tag }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

docker-build-traefik-plugins:
runs-on: ubuntu-latest
needs:
- create-release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
file: dockerfile/traefik-plugins.Dockerfile
tags: ghcr.io/${{ github.repository_owner }}/cosmo-traefik-plugins:${{ needs.create-release.outputs.tag }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -22,4 +23,4 @@ archives:
release:
draft: true
changelog:
skip: true
disable: true

0 comments on commit c40e7f9

Please sign in to comment.