mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-04-25 10:28:16 -05:00
updating yaml
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
node-version: [10.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@master
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
@@ -36,13 +36,4 @@ jobs:
|
||||
with:
|
||||
name: housewrecker/gaps
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# - uses: ./
|
||||
# name: Build and push Docker image
|
||||
# with:
|
||||
# image: housewrecker/gaps
|
||||
# tag: 0.4.0-SNAPSHOT
|
||||
# registry: docker.io
|
||||
# dockerfile: Dockerfile
|
||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
Reference in New Issue
Block a user