Skip to content

Commit

Permalink
Add Docker checks to GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed May 8, 2024
1 parent 6f4a114 commit e4d9819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Branch Checks

on:
pull_request:
push:
branches-ignore:
- main
Expand Down Expand Up @@ -48,8 +49,6 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
# with:
# images: name/app
- name: Build the image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e4d9819

Please sign in to comment.