Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Nov 29, 2024
1 parent 3c97c67 commit 559f8a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build and Push Docker Image

on:
workflow_dispatch:

jobs:
build-and-push-release:
name: Build and Push Release Docker Image
Expand Down Expand Up @@ -37,3 +34,5 @@ jobs:
- name: Logout from Docker Registry
run: docker logout ${{ secrets.DOCKER_REGISTRY_URL }}
on:
create:

0 comments on commit 559f8a3

Please sign in to comment.