Skip to content

Commit

Permalink
ci: final run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Oct 17, 2024
1 parent 7b6af97 commit a44ae8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Docker

on:
push:
branches:
- workflow-dispatch
- push:
- tags
- branches:
- prod
- dev
- initial-branch
- main

jobs:
build-and-push-image:
Expand Down Expand Up @@ -38,6 +40,7 @@ jobs:
tags: |
type=sha,format=short
type=raw,value=${{ github.ref_name }}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit a44ae8c

Please sign in to comment.