Skip to content

Commit

Permalink
udate workflow 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Feb 15, 2024
1 parent 470dc0d commit 40c4fef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,11 @@ jobs:
- name: Build with Maven
run: mvn -B verify -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN

- uses: gacts/github-slug@v1
id: slug

- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: true
tags: |
${{ steps.meta.outputs.tags }}
${{ steps.slug.outputs.branch-name-slug }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 40c4fef

Please sign in to comment.