fix: order of operations
All checks were successful
deploy / deploy (push) Successful in 31s

This commit is contained in:
ndsboy 2025-02-24 22:20:37 +00:00
parent 02d8a72bd0
commit e30c84aca0

View file

@ -20,11 +20,11 @@ jobs:
- name: download
run: curl https://${{ env.url }}/archive/main.tar.gz | tar -xz
- name: login
run: buildah login -u token -p ${{ env.token }} ${{ env.git }}
- name: build
run: buildah build -f ${{ env.repo }}/Containerfile -t ${{ env.url }}:latest ${{ env.repo }}
- name: login
run: buildah login -u token -p ${{ env.token }} ${{ env.git }}
- name: push
run: buildah push ${{ env.git }}/${{ github.repository }}:latest