mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
The Dockerfile works when run locally. The GitHub action plumbing may or not work in this state.
4 lines
No EOL
125 B
Bash
4 lines
No EOL
125 B
Bash
#!/bin/bash
|
|
|
|
docker build -t aquatic-test-transfers .github/actions/test-transfers
|
|
docker run -it aquatic-test-transfers bash |