Skip to content

Commit

Permalink
try inline function
Browse files Browse the repository at this point in the history
  • Loading branch information
tmck-code committed Apr 5, 2022
1 parent cf657f6 commit 37f71be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file build/Dockerfile --tag pokesay-go:$(date +%s)
- uses: shrink/actions-docker-extract@v1
with:
image: pokesay-go:pokesay-go:$(date +%s)
path: '/usr/local/src/build/bin/.'

- name: Copy the binaries
run: "docker create --name pokesay pokesay-go:pokesay-go:$(date +%s) && docker cp pokesay:/usr/local/src/pokesay-linux-amd64 . && docker rm pokesay"

0 comments on commit 37f71be

Please sign in to comment.