Skip to content

Commit

Permalink
Play with docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed Oct 14, 2023
1 parent 49ac17d commit 87ae7e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker

on:
- push

jobs:
docker:
name: 'Docker: Build'
steps:
- uses: actions/checkout@v4

- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
push: false
context: .
target: test

0 comments on commit 87ae7e0

Please sign in to comment.