Skip to content

Commit

Permalink
Added workflow to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bastantoine committed Jun 22, 2024
1 parent 5f9b972 commit 8a312dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker build

on: [push]

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and push
uses: docker/build-push-action@v6
with:
push: false
tags: bastantoine/backup-me:latest

0 comments on commit 8a312dc

Please sign in to comment.