Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Aug 29, 2024
2 parents 6d90f16 + 9f83a66 commit 111e607
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Build and Push

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -40,12 +41,10 @@ jobs:
type=sha,prefix={{branch}}-
type=ref,event=branch
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 111e607

Please sign in to comment.