Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Jun 23, 2020
1 parent c46b4dd commit 05640bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: quarks-job-publish

on:
push:
tags-ignore:
- '*'
branches-ignore:
- refs/tags/*

jobs:
publish:
Expand All @@ -29,8 +29,8 @@ jobs:
git fetch --unshallow
bash ./bin/deploy
env:
GOPROXY: "https://proxy.golang.org"
GITHUB_ACTION_BRANCH: ${{ steps.prepare_branch_env.outputs.branch }}
GH_PASSWORD: ${{ secrets.GH_PASSWORD }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: cfcontainerization
GOPROXY: "https://proxy.golang.org"

0 comments on commit 05640bb

Please sign in to comment.