Skip to content

Commit

Permalink
Add docker build step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 9, 2023
1 parent 3bdf733 commit 85b699d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
docker-publish:
runs-on: ubuntu-22.04
steps:

- name: docker-build-action
uses: serversideup/github-action-docker-build@main
with:
Expand Down

0 comments on commit 85b699d

Please sign in to comment.