Skip to content

Removing unnecessary component adds in Dockerfile #3

Removing unnecessary component adds in Dockerfile

Removing unnecessary component adds in Dockerfile #3

Workflow file for this run

name: Development environment workflow
on:
push:
branches: [ "main" ]
paths: ["Dockerfile"]
jobs:
publish-image:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: |
ghcr.io/vncsmyrnk/rust-dev:latest