Skip to content

Commit

Permalink
ci: Push image on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Feb 13, 2024
1 parent af06373 commit bdfc3bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Any commit to master branch re-builds images, re-runs tests, and pushes SHA tags to DockerHub
name: Build
on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -77,7 +76,7 @@ jobs:
context: ${{ matrix.IMAGE }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
load: true
push: true

- name: Inspect Image
run: |
Expand Down

0 comments on commit bdfc3bf

Please sign in to comment.