Skip to content

Commit

Permalink
test if image is tagged appropriately
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Dec 4, 2024
1 parent d6cca7a commit 33ac168
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/push-lite-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ on:
branches: [master]
pull_request: # remove
branches: [master]
workflow_dispatch:
inputs:
tag:
description: 'Docker tag'
required: false

jobs:
docker:
runs-on: ubuntu-22.04
steps:
- name: testing envvar
run: |
echo "var: $TAG :var"
env:
TAG: ${{ inputs.tag }}
- name: Checkout the Heimdall Repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
Expand All @@ -37,4 +27,4 @@ jobs:
file: Dockerfile.lite
push: false # revert
platforms: linux/amd64
tags: mitre/heimdall-lite:latest
tags: mitre/heimdall-lite:${{ github.sha }}

0 comments on commit 33ac168

Please sign in to comment.