Skip to content

Commit

Permalink
updating automation for a second container
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed May 6, 2024
1 parent c44db78 commit 9927d2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name : Build and push dnsmasq-loader
- name: Build and push dnsmasq-loader
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
context: .
file: ./Dockerfile.loader
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: |
ghcr.io/openchami/dnsmasq-loader:latest
ghcr.io/openchami/dnsmasq-loader:${{ steps.meta.outputs.version }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 9927d2d

Please sign in to comment.