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 9d6e202
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Docker

on:
- push

jobs:
docker:
name: 'Docker: Build'
runs-on: ubuntu-20.04

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 9d6e202

Please sign in to comment.