corrected build file
Build and Push Docker Image / build (push) Successful in 19s

This commit is contained in:
2026-05-04 22:56:38 -05:00
parent 8a15cf1b23
commit e2ed830d1a
-32
View File
@@ -1,37 +1,5 @@
name: Build and Push Docker Image name: Build and Push Docker Image
on:
push:
branches:
- gitea-actions-testing
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: blinkfink182/qbt-gluetun-portmgr:test
name: Build and Push Docker Image
on: on:
push: push:
branches: branches: