Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Nov 2, 2023
1 parent faacd8c commit 348e41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build-image.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# github action that builds image and pushes to docker hub
name: Publish Image
name: Publish Image to Docker Hub

on:
workflow_dispatch: {}
push:
branches: [ main ]

jobs:
build:
publish-image:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 348e41f

Please sign in to comment.