Skip to content

Commit

Permalink
Change for build docker image on any branc push
Browse files Browse the repository at this point in the history
  • Loading branch information
witxka authored and Victor Kotlyar committed Jul 11, 2024
1 parent 2b17b9a commit 5cda34b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_almalinux_9_docker.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#
name: Create and publish a Docker DKB image for AlmaLinux9

# Configures this workflow to run every time a change is pushed to the branch called `docker_build`.
on:
push:
branches: ['docker_build']
# Configures this workflow to run every time a change is pushed to the any branch.
on: push

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 5cda34b

Please sign in to comment.