Skip to content

database: use explicit scope for read/update to avoid linting issues #159

database: use explicit scope for read/update to avoid linting issues

database: use explicit scope for read/update to avoid linting issues #159

Workflow file for this run

name: Docker
on:
push:
paths:
- '.devcontainer/Dockerfile'
jobs:
update_docker:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Push to docker hub
uses: docker/build-push-action@v2
with:
context: .
file: .devcontainer/Dockerfile
push: true
tags: paradajz168/opendeck-dev:latest