Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
Fluxlib v0.187.2
Updated examples

Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Oct 23, 2022
1 parent 9541cf5 commit f6d4fb5
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,20 @@ jobs:
prerelease: false
overwrite: true

dockerize:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to the Container registry
if: github.event_name != 'pull_request'
uses: docker/[email protected]
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/[email protected]
with:
context: .
push: true
tags: |
ghcr.io/metrico/fluxpipe:latest
ghcr.io/metrico/fluxpipe:${{ env.VERSION }}
- name: Docker Build and push
if: github.event_name != 'pull_request'
uses: docker/[email protected]
with:
context: .
push: true
tags: |
ghcr.io/metrico/fluxpipe:latest
ghcr.io/metrico/fluxpipe:${{ env.VERSION }}

0 comments on commit f6d4fb5

Please sign in to comment.