Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Sep 22, 2023
1 parent 5457c23 commit acf4a69
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build Docker image
run: docker build . -t="gtfy-listener"
- name: Remove test build image
run: docker rmi $(docker image ls -q)
run: docker build . -t="gtfy-listener"

0 comments on commit acf4a69

Please sign in to comment.