This commit is contained in:
parent
a5b83e6332
commit
83f725f668
@ -1,13 +1,13 @@
|
||||
name: Build image
|
||||
on: [push]
|
||||
env:
|
||||
HTTPS_PROXY: "http://192.168.31.55:10809"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
env:
|
||||
HTTPS_PROXY: "http://192.168.31.55:10809"
|
||||
- name: build
|
||||
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:1.3 -f Dockerfile .
|
||||
- name: tag
|
||||
|
Loading…
Reference in New Issue
Block a user