Skip to content

Commit

Permalink
Create a edge tag for docker images based off the main branch (#190)
Browse files Browse the repository at this point in the history
* create a main tag for docker images

* change tag to edge
  • Loading branch information
cmintey authored Dec 10, 2024
1 parent ff60c03 commit 0a24e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Push Docker Image

on:
workflow_dispatch:
push:
branches: [main]
release:
types: [published]

Expand Down Expand Up @@ -40,6 +42,7 @@ jobs:
with:
images: cmintey/wishlist, ghcr.io/cmintey/wishlist
tags: |
type=edge,branch=main
type=ref,event=tag
- name: Build and Push Web
Expand Down

0 comments on commit 0a24e92

Please sign in to comment.