tweak workflow

This commit is contained in:
Matthew R Kasun 2021-11-17 10:54:43 -05:00
parent 0aa11e085b
commit f866be5d64

View file

@ -45,11 +45,11 @@ jobs:
with:
context: .
load: true
tags: ${{ env.TEST_TAG }}
tags: ${{ env.TAG }}
-
name: Test
run: |
docker run --rm ${{ env.TEST_TAG }}
docker run --rm ${{ env.TAG }}
-
name: Build and push
uses: docker/build-push-action@v2