Skip to content

Commit

Permalink
test: a
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 10, 2024
1 parent 3011bf9 commit f185ccc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
jobs:
ia_container:
runs-on: ubuntu-latest
services:
ia_container:
image: ghcr.io/xmikux/itemsadder-image:latest
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}
ports:
- 25575:25575
container:
image: ghcr.io/xmikux/itemsadder-image:latest
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}
ports:
- 25575:25575
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

0 comments on commit f185ccc

Please sign in to comment.