Skip to content

Update to use debian bookworm in both builder and final image #27

Update to use debian bookworm in both builder and final image

Update to use debian bookworm in both builder and final image #27

Workflow file for this run

name: Publish Docker image
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/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5
with:
name: edalen/ecs-run
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}