Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored May 16, 2024
1 parent fec075c commit bf9d9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: docker

on:
push:
branches: [ docker ]
branches: [ release ]
tags: [ '*.*.*' ]
pull_request:
branches: [ docker ]
branches: [ release ]

env:
REGISTRY: docker.io
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
latest=true
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit bf9d9eb

Please sign in to comment.