Update docker.yml

This commit is contained in:
Ishaan Jaff
2023-12-02 15:54:01 -08:00
committed by GitHub
parent ad2095e4b8
commit eb636d9429
+3 -3
View File
@@ -4,12 +4,12 @@ on:
inputs:
tag:
description: "The tag version you want to build"
permissions:
contents: read
packages: write
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
env:
REPO_NAME: ${{ github.repository }}
steps: