Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Nov 17, 2023
1 parent 72e598e commit f264dff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
# Configures this workflow to run every time a change is pushed to the branch called `main`.
# or manually from Actions tab in GitHub repo page
on:
push:
branches: ['main']
Expand Down Expand Up @@ -55,5 +56,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: 'latest'
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f264dff

Please sign in to comment.