Skip to content

Commit

Permalink
wrap it up
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 1, 2023
1 parent e804796 commit 89d3343
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- master
- fix-release-docker
tags:
- 'v*'
pull_request:
Expand Down Expand Up @@ -52,8 +51,6 @@ jobs:
echo "TAGS=${TAGS}"
echo ::set-output name=tags::${TAGS}
- uses: actions/checkout@v2
- name: Build data
run: echo ${{ steps.set_tags.outputs.tags }}; echo ${{ github.event_name }}
- name: Build and push
id: docker_build
uses: mr-smithers-excellent/docker-build-push@v5
Expand Down

0 comments on commit 89d3343

Please sign in to comment.