Skip to content

Commit

Permalink
try copy
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Oct 27, 2023
1 parent 5c6d1c4 commit c9f2aa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-push-quay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- climb
paths:
- '**/Dockerfile*'
- 'bin/'

workflow_dispatch:

Expand Down Expand Up @@ -58,6 +57,11 @@ jobs:
TAGS+=('latest')
( IFS=$','; echo "${TAGS[*]}" )
- name: Copy bin directory to cwd
with:
path: docker
run: |
cp ../bin .
- name: Build and publish image to Quay
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit c9f2aa5

Please sign in to comment.