Skip to content

Setup rust github action #18

Setup rust github action

Setup rust github action #18

Workflow file for this run

name: Rust
on:
push:
branches:
- master
tags:
- "*"
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/[email protected]
with:
name: edalen/ecs-run
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}