Skip to content

Commit

Permalink
Update package-virtual-worker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu authored Aug 8, 2023
1 parent faaf8f7 commit 38361f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-virtual-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ on:

workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
publish-container-image:
permissions:
contents: read
packages: write

runs-on: ubuntu-latest

Expand Down Expand Up @@ -54,7 +55,6 @@ jobs:
file: src/virtual-worker/Dockerfile
push: true
tags: |
${{ steps.set-variables.outputs.REPOSITORY }}/${{ steps.set-variables.outputs.IMAGE }}:latest
${{ steps.set-variables.outputs.REPOSITORY }}/${{ steps.set-variables.outputs.IMAGE }}:${{ steps.set-variables.outputs.VERSION }}
labels: |
org.opencontainers.image.source=${{ github.repositoryUrl }}
Expand Down

0 comments on commit 38361f3

Please sign in to comment.