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 4d53881
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Docker

on:
workflow_dispatch:
push:
tags:
- v*
branches:
- prod
- dev
- initial-branch
- main

jobs:
build-and-push-image:
Expand Down Expand Up @@ -38,6 +41,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 4d53881

Please sign in to comment.