feat: build and push
All checks were successful
Build tag / build (push) Successful in 1m8s

This commit is contained in:
2025-06-28 15:48:48 +02:00
parent 5e1864b14e
commit 3a7fbce3e8

View File

@ -10,12 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker build . -t wolviecb/short:latest
- name: Login
uses: docker/login-action@v3
with:
username: wolviecb
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Push
run: docker push wolviecb/short:latest
- name: Build and Push
run: docker build . -t wolviecb/short:latest --push