github: import with tag name

This commit is contained in:
Ramon Roche
2022-02-08 11:15:19 -08:00
parent c181aefff7
commit e0dc8166dd
+4
View File
@@ -51,10 +51,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up image builder
uses: docker/setup-buildx-action@v1
- name: Build image
uses: docker/build-push-action@v2
id: docker_build
with:
load: true
file: Tools/setup/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.DOCKER_TAG }}