Rewrite of Dockerfile
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
env:
|
||||
VERSION: 1.16.0
|
||||
VERSION: 1.13.0
|
||||
|
||||
steps:
|
||||
|
||||
@@ -45,4 +45,6 @@ jobs:
|
||||
with:
|
||||
platforms: ${{ steps.prepare.outputs.docker_platform }}
|
||||
push: true
|
||||
build-args:
|
||||
- VERSION=${{ steps.prepare.outputs.version }}
|
||||
tags: git.prettyhefty.com/${{ steps.prepare.outputs.repository }}:${{ steps.prepare.outputs.version }}
|
||||
Reference in New Issue
Block a user