mirror of
https://github.com/wahyd4/scraper.git
synced 2026-08-09 05:06:22 +10:00
set custom env
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
||||
|
||||
- name: Build and publish image
|
||||
uses: matootie/github-docker@v2.2.2
|
||||
env:
|
||||
IMAGE_TAG: v1.0.$GITHUB_RUN_NUMBER
|
||||
with:
|
||||
username: wahyd4
|
||||
accessToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
imageTag: v1.0.${{env.GITHUB_RUN_NUMBER}}
|
||||
imageTag: ${{env.IMAGE_TAG}}
|
||||
|
||||
Reference in New Issue
Block a user