Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 committed Oct 12, 2024
1 parent db8aeda commit 229b96b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/workspace-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Docker

on:
push:
branches: [ "main" ]
# branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*' ]
pull_request:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -74,6 +74,9 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./workspace-ubuntu
build-args:
- downloadUrl: https://download.jetbrains.com/idea/ideaIC-2023.1.5.tar.gz
- projectorServerUrl: https://github.com/956237586/projector-server/releases/download/v1.8.1.12/projector-server-v1.8.1.12.zip
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 229b96b

Please sign in to comment.