GitHub Actions allows you to easily automate your software workflows.
I'm building docker images with Github Actions and want to tags images with branch name, I found only GITHUB_REF …
github github-actionsIn the new GitHub Actions, I am trying to install a package in order to use it in one of …
github-actionsWhen I create a GitHub Actions workflow file, the example YAML file contains runs-on: ubuntu-latest. According to the docs, I …
docker github-actionsI'm relatively new to GitHub Actions and I have 2 jobs–one that runs my tests, and one that deploys my …
github github-actionsWhat is the right way for running multiple commands in one action? For example: I want to run a python …
docker dockerfile docker-entrypoint github-actionsSay I have a GitHub actions workflow with 2 steps. Download and compile my application's dependencies. Compile and test my application …
github github-actionsIn GitHub Actions, I'd like to evaluate a bash expression and then assign it to an environment variable: - name: …
github-actionsI want to build a docker image using a GitHub action, migrating from TeamCity. In the build script, I want …
git github github-actionsIs there a way to access the current tag that has been pushed in a Github Action? In CircleCI you …
github continuous-integration github-actionsCurrently on my GitHub repository, I have the following workflow that releases a nightly snapshot every day, and uses the …
github github-api github-actions git-tag github-release