Skip to content

Commit

Permalink
disable github package
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 2, 2021
1 parent a26ee45 commit 83974db
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build-Push
on:
push:
tags:
- "*"
- "v*"

jobs:
build:
Expand All @@ -25,12 +25,12 @@ jobs:
TAG_NAME: ${{ github.ref }}
LATEST: "true"

- name: Docker Build & Push to GitHub Package
uses: opspresso/action-builder@v0.5.11
with:
args: --docker
env:
USERNAME: ${{ secrets.GITHUB_USERNAME }}
PASSWORD: ${{ secrets.GH_PERSONAL_TOKEN }}
REGISTRY: "docker.pkg.github.com"
TAG_NAME: ${{ github.ref }}
# - name: Docker Build & Push to GitHub Package
# uses: opspresso/action-builder@v0.5.11
# with:
# args: --docker
# env:
# USERNAME: ${{ secrets.GH_PERSONAL_USERNAME }}
# PASSWORD: ${{ secrets.GH_PERSONAL_TOKEN }}
# REGISTRY: "docker.pkg.github.com"
# TAG_NAME: ${{ github.ref }}

0 comments on commit 83974db

Please sign in to comment.