Skip to content

Commit

Permalink
Update release_docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax authored Jul 29, 2024
1 parent f33b761 commit 071b242
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ name: Release Docker

on:
push:
branches:
- 'main'
tags:
- 'v*'
workflow_dispatch:
Expand Down Expand Up @@ -62,7 +60,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha, mode=max
file: Dockerfile
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
push: true
secrets: |
build_github_pat=${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 071b242

Please sign in to comment.