Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdude4eva committed Feb 18, 2024
1 parent be13206 commit 2fff9df
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ name: Build and Push Docker image
on:
push:
branches:
- master
tags:
- 'v*'
- main

jobs:
build:
build-and-push:
runs-on: ubuntu-latest

steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 2fff9df

Please sign in to comment.