Skip to content

Commit

Permalink
fix: change when goreleaser runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 1, 2023
1 parent b8e0b0f commit e377d3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
push:
branches:
- main
tags:
- "*.*.*"

Expand Down Expand Up @@ -76,7 +74,7 @@ jobs:
- name: push docker images (for branches)
if: github.ref == 'refs/heads/main' || github.event.pull_request.base.ref == 'main'
run: |
docker images --format "{{.Repository}}:{{.Tag}}" | grep "ekristen/fides-controller" | xargs -L1 docker push
docker images --format "{{.Repository}}:{{.Tag}}" | grep "ekristen/fides" | xargs -L1 docker push
- name: upload artifacts
if: github.event.pull_request.base.ref == 'main'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e377d3b

Please sign in to comment.