Skip to content

Commit

Permalink
chore(ci): docker
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Nov 5, 2024
1 parent c481794 commit 01fecd1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docker

on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
with:
context: .
file: "Dockerfile"
tags: metro-now:latest
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
push: false

0 comments on commit 01fecd1

Please sign in to comment.