Skip to content

Commit

Permalink
build bot manager container
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Oct 7, 2023
1 parent c100a6c commit f39300f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,16 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build and push bot Docker image
id: build-and-push-botmanager
uses: docker/build-push-action@v4
with:
context: .
build_args:
INSTALL_PACKAGES=openssh-client docker gzip
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}_botmanager
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f39300f

Please sign in to comment.