Skip to content

Commit

Permalink
github workflow for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arosenfeld committed Jan 5, 2024
1 parent 08f1054 commit dcd3eb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v3
-
name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v6
Expand Down

0 comments on commit dcd3eb4

Please sign in to comment.