Skip to content

Commit

Permalink
[#61664] WIP: .github: Verify workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 2, 2024
1 parent 2079fd3 commit f0f43d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/ubuntu-gui-full/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

{
"image": "ghcr.io/antmicro/openroad-flow-scripts:lxqt",
"image": "ghcr.io/antmicro/openroad-flow-scripts:lxqt-test",
"forwardPorts": [6080],
"portsAttributes": {
"6080": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set environment variables
run: echo "IMAGE=ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]'):lxqt" >> $GITHUB_ENV
run: echo "IMAGE=ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]'):lxqt-test" >> $GITHUB_ENV

- name: Build LXQt
run: |
Expand Down

0 comments on commit f0f43d2

Please sign in to comment.