Skip to content

Commit

Permalink
Add build & publish (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Nov 9, 2020
1 parent b3d7b53 commit 0a5173f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on:
push:
branches:
- master

jobs:
build:
name: docker build & push
runs-on: ubuntu-latest
steps:
- name: checkout scm
uses: actions/checkout@v2
- name: docker/build-push
uses: docker/build-push-action@v1
with:
username: w9jds
password: ${{ secrets.DOCKER_PASSWORD }}
repository: w9jds/firebase-action
tags: latest
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ branding:
color: 'gray-dark'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://w9jds/firebase-action:latest'

0 comments on commit 0a5173f

Please sign in to comment.