Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocdaniel authored Apr 6, 2022
1 parent c5eeef3 commit ad0f331
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Docker Image CI

on:
push:
branches:
- release/*
- main
release:
types: [published]

jobs:
docker:
Expand All @@ -24,5 +22,4 @@ jobs:
uses: docker/build-push-action@v1
with:
push: true
tags: user/app:latest
# tags: user/app:${{ github.event.release.tag_name }}
tags: ${{ github.event.release.tag_name }}

0 comments on commit ad0f331

Please sign in to comment.