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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@ on:
inputs: inputs:
tag: tag:
description: "The tag version you want to build" description: "The tag version you want to build"
permissions:
contents: read
packages: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
packages: write
env: env:
REPO_NAME: ${{ github.repository }} REPO_NAME: ${{ github.repository }}
steps: steps: